summaryrefslogtreecommitdiffstats
path: root/champ-service-deps-janus/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'champ-service-deps-janus/pom.xml')
-rw-r--r--champ-service-deps-janus/pom.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml
index 398437f..9b1dd5e 100644
--- a/champ-service-deps-janus/pom.xml
+++ b/champ-service-deps-janus/pom.xml
@@ -22,17 +22,15 @@ limitations under the License.
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.aai</groupId>
- <artifactId>champ-service-deps-janus</artifactId>
- <packaging>pom</packaging>
- <version>1.2.0-SNAPSHOT</version>
-
<parent>
<groupId>org.onap.aai</groupId>
<artifactId>champ</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
+ <artifactId>champ-service-deps-janus</artifactId>
+ <packaging>pom</packaging>
+
<dependencies>
<dependency>
<groupId>org.onap.aai</groupId>
@@ -48,14 +46,6 @@ limitations under the License.
<artifactId>logback-core</artifactId>
</exclusion>
<exclusion>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient-cache</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
@@ -127,8 +117,17 @@ limitations under the License.
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client-kafka</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-cassandra</artifactId>
@@ -193,6 +192,7 @@ limitations under the License.
</exclusion>
</exclusions>
</dependency>
+
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hbase</artifactId>