diff options
Diffstat (limited to 'vid-automation/pom.xml')
-rw-r--r-- | vid-automation/pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index bf34a4f78..75d48a4b5 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vid</groupId> @@ -12,7 +10,7 @@ <jersey.version>2.23.1</jersey.version> <jackson.version>2.6.3</jackson.version> <aspectj.version>1.8.10</aspectj.version> - + </properties> @@ -20,7 +18,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>23.0</version> + </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> @@ -230,4 +228,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |