summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml83
1 files changed, 52 insertions, 31 deletions
diff --git a/pom.xml b/pom.xml
index 3da2b18..1644f17 100755
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,6 @@
<aai.project.version>${project.version}</aai.project.version>
<!-- Start of Database Related Properties -->
- <hbase.version>1.0.2</hbase.version>
<janusgraph.version>0.2.0</janusgraph.version>
<gremlin.driver.version>3.0.1-incubating</gremlin.driver.version>
<gremlin.version>3.2.2</gremlin.version>
@@ -92,10 +91,10 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
- <activemq.version>5.14.3</activemq.version>
+ <activemq.version>5.15.6</activemq.version>
<logback.version>1.2.3</logback.version>
<mockito.version>1.10.19</mockito.version>
- <httpclient.version>4.5.1</httpclient.version>
+ <httpclient.version>4.5.3</httpclient.version>
<gson.version>2.7</gson.version>
<json.version>20090211</json.version>
@@ -107,7 +106,6 @@
<netty.version>4.0.37.Final</netty.version>
<spring.test.version>4.3.6.RELEASE</spring.test.version>
- <spring.web.version>4.3.6.RELEASE</spring.web.version>
<cxf.version>3.2.2</cxf.version>
@@ -118,8 +116,10 @@
<antlr4.listener>true</antlr4.listener>
<antlr.version>4.7</antlr.version>
+ <plexus.utils.version>3.1.0</plexus.utils.version>
+
<eelf.core.version>1.0.0</eelf.core.version>
- <google.guava.version>16.0</google.guava.version>
+ <google.guava.version>19.0</google.guava.version>
<jaxb.version>2.2.11</jaxb.version>
<eclipse.persistence.version>2.6.2</eclipse.persistence.version>
<dmaap.client.version>0.2.12</dmaap.client.version>
@@ -134,7 +134,7 @@
<start-class>org.onap.aai.GraphAdminApp</start-class>
<snapshot.file>${project.basedir}/snapshots/int1-data.graphson</snapshot.file>
- <jacoco.line.coverage.limit>0.27</jacoco.line.coverage.limit>
+ <jacoco.line.coverage.limit>0.46</jacoco.line.coverage.limit>
<!-- Start of Default ONAP Schema Properties -->
<schema.source.name>onap</schema.source.name>
@@ -402,39 +402,24 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.janusgraph</groupId>
- <artifactId>janusgraph-hbase-parent</artifactId>
- <version>${janusgraph.version}</version>
- <type>pom</type>
- <exclusions>
<exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.janusgraph</groupId>
- <artifactId>janusgraph-hbase</artifactId>
+ <artifactId>janusgraph-cassandra</artifactId>
<version>${janusgraph.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.janusgraph</groupId>
- <artifactId>janusgraph-cassandra</artifactId>
- <version>${janusgraph.version}</version>
- <exclusions>
<exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -454,6 +439,12 @@
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-driver</artifactId>
<version>${gremlin.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- End of Tinkerpop Dependencies -->
<dependency>
@@ -535,6 +526,22 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -546,6 +553,12 @@
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>1.18</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Do not use the jersey-client since jersey client 1.0 version clashes
with jersey 2 which we are using -->
@@ -610,11 +623,6 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- <version>${spring.web.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.test.version}</version>
<scope>test</scope>
@@ -650,6 +658,13 @@
</exclusions>
</dependency>
<!-- End of Antlr dependencies for DSL -->
+ <!-- Start of Plexus dependencies for DSL -->
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>${plexus.utils.version}</version>
+ </dependency>
+ <!-- End of Plexus dependencies for DSL -->
<!-- Start of Junit Test Dependencies -->
<dependency>
<groupId>org.hamcrest</groupId>
@@ -977,6 +992,12 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <!--
+ Issue with the spring 1.5.15.RELEASE plugin is causing build errors
+ due to the fact that the plugin 1.5.15.RELEASE was built using maven 3.5 while
+ the current build version being used by our jenkins is 3.3.9
+ -->
+ <version>1.5.12.RELEASE</version>
<configuration>
<mainClass>${start-class}</mainClass>
<layout>ZIP</layout>