diff options
Diffstat (limited to 'rest-client')
-rw-r--r-- | rest-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rest-client/pom.xml b/rest-client/pom.xml index 77ecaf8..b3a6c6a 100644 --- a/rest-client/pom.xml +++ b/rest-client/pom.xml @@ -18,7 +18,7 @@ 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.baseservice</groupId> + <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>common-setting</artifactId> <version>1.0.1-SNAPSHOT</version> </parent> @@ -27,7 +27,7 @@ </properties> <dependencies> <dependency> - <groupId>org.openo.baseservice</groupId> + <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-cbb</artifactId> <version>1.0.1-SNAPSHOT</version> </dependency> |