summaryrefslogtreecommitdiffstats
path: root/champ-lib/champ-janus/pom.xml
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-05-03 18:09:26 +0100
committerMichael Arrastia <MArrasti@amdocs.com>2018-05-03 18:09:26 +0100
commit42480c241e5882bd2e6002004e5013a0e1bd7429 (patch)
tree1000103085ba7ad3d7b8fdb28b5a76aba6eca852 /champ-lib/champ-janus/pom.xml
parente8211d3d5ab9ef5fd9a66230a94b1739d9dfe64b (diff)
Address security vulnerabilities
This includes version upgrades for: - logback-classic, logback-core - commons-collections - hadoop-common - hbase-client: settled on version 1.0.2 as container would not start with later versions - httpclient - netty, netty-all - zookeeper - jackson-core Also should resolve presence of flux-examples. Change-Id: Ifb55f5d6676a9971d1d9a46c695dc78eb1b99843 Issue-ID: AAI-1117 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'champ-lib/champ-janus/pom.xml')
-rw-r--r--champ-lib/champ-janus/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml
index 7d1532b..b316c27 100644
--- a/champ-lib/champ-janus/pom.xml
+++ b/champ-lib/champ-janus/pom.xml
@@ -25,8 +25,8 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>champ-lib</artifactId>
<groupId>org.onap.aai</groupId>
+ <artifactId>champ-lib</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
@@ -42,11 +42,13 @@ limitations under the License.
<artifactId>tinkergraph-gremlin</artifactId>
<version>${tinkerpop.version}</version>
</dependency>
+
<dependency>
<groupId>org.onap.aai</groupId>
<artifactId>champ-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
+
<dependency>
<groupId>org.onap.aai</groupId>
<artifactId>champ-core</artifactId>
@@ -54,6 +56,7 @@ limitations under the License.
<type>test-jar</type>
<scope>test</scope>
</dependency>
+
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-cassandra</artifactId>
@@ -78,6 +81,7 @@ limitations under the License.
</exclusion>
</exclusions>
</dependency>
+
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hbase</artifactId>
@@ -93,10 +97,6 @@ limitations under the License.
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>
</exclusion>
@@ -180,7 +180,6 @@ limitations under the License.
<skip>true</skip>
</configuration>
</plugin>
- <!-- Uncomment to add a license header to source files
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
@@ -201,17 +200,18 @@ limitations under the License.
<include>**/*aaiconfig*.properties</include>
<include>**/*titan*.properties</include>
</includes>
+ <skipExistingHeaders>true</skipExistingHeaders>
</configuration>
<executions>
<execution>
<goals>
- <goal>format</goal>
+ <!-- Set goal to "format" to auto update license headers -->
+ <goal>check</goal>
</goals>
<phase>process-sources</phase>
</execution>
</executions>
</plugin>
- -->
</plugins>
</build>
</project>