diff options
Diffstat (limited to 'msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml')
-rw-r--r-- | msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml b/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml index 5f5c609..de1fbab 100644 --- a/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml +++ b/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml @@ -2,11 +2,10 @@ <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/maven-v4_0_0.xsd">
<parent>
<artifactId>apiroute-parent</artifactId>
- <groupId>org.openo.msb.msb-core.apiroute</groupId>
+ <groupId>org.openo.common-services.microservice-bus</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.msb.msb-core.apiroute</groupId>
<artifactId>apiroute-service</artifactId>
<name>openo/msb/msb-core/apiroute/apiroute-service</name>
<version>1.0.0-SNAPSHOT</version>
|