diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-07-31 19:20:25 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-02 08:58:06 +0800 |
commit | 8b3c9e2b928e3a0308974482e2645ace4838c468 (patch) | |
tree | 4735ccb33920841fa22776df99cfcd821277b39d /holmes-actions/pom.xml | |
parent | ee93748a3535926dface4f2fa5c99f35fd9cf5d0 (diff) |
Change the package name from openo to onap
Change the package name & maven from openo to onap
Change-Id: I9c1fcaaa1c357fbd2b5c3bc2108d7cebd2b0ffc6
Issue-ID: HOLMES-10
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 1ca8a8a..e412348 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -11,9 +11,9 @@ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openo.holmes.actions</groupId>
+ <groupId>org.onap.holmes.actions</groupId>
<artifactId>holmes-actions-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<name>holmes-actions-service</name>
@@ -33,10 +33,6 @@ <artifactId>activemq-pool</artifactId>
</dependency>
<dependency>
- <groupId>org.openo.common-services.common-utilities</groupId>
- <artifactId>baseservice-i18n</artifactId>
- </dependency>
- <dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
</dependency>
@@ -91,10 +87,6 @@ <artifactId>jdom</artifactId>
</dependency>
<dependency>
- <groupId>org.openo.common-services.common-utilities</groupId>
- <artifactId>dropwizard-ioc-container</artifactId>
- </dependency>
- <dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
@@ -122,6 +114,17 @@ <artifactId>consumer</artifactId>
<version>${jaxrs.consumer.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.containers</groupId>
+ <artifactId>jersey-container-servlet-core</artifactId>
+ <version>${jersey.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.json-lib</groupId>
+ <artifactId>json-lib</artifactId>
+ <version>2.4</version>
+ <classifier>jdk15</classifier>
+ </dependency>
</dependencies>
<build>
<resources>
|