diff options
Diffstat (limited to 'ResmanagementService/service/pom.xml')
-rw-r--r-- | ResmanagementService/service/pom.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml index ce4f32d..31573f3 100644 --- a/ResmanagementService/service/pom.xml +++ b/ResmanagementService/service/pom.xml @@ -17,15 +17,21 @@ <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> <parent> - <groupId>org.openo.nfvo</groupId> + <groupId>org.onap.vfc.resmanagement</groupId> <artifactId>resmanagement-service-root</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>resmanagement-service</artifactId> - <name>nfvo/resmanagement/ResmanagementService/service</name> + <name>vfc/resmanagement/ResmanagementService/service</name> <packaging>war</packaging> - +<repositories> + <repository> + <id>open-o</id> + <name>OPEN-O repository</name> + <url>https://nexus.open-o.org/content/repositories/public/</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>mysql</groupId> @@ -55,13 +61,13 @@ <dependency> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-cbb</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-restclient</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> |