diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-05-03 18:09:26 +0100 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-05-03 18:09:26 +0100 |
commit | 42480c241e5882bd2e6002004e5013a0e1bd7429 (patch) | |
tree | 1000103085ba7ad3d7b8fdb28b5a76aba6eca852 /champ-service-deps-titan | |
parent | e8211d3d5ab9ef5fd9a66230a94b1739d9dfe64b (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-service-deps-titan')
-rw-r--r-- | champ-service-deps-titan/pom.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index f979969..a67af1e 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/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-titan</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-titan</artifactId> + <packaging>pom</packaging> + <dependencies> <dependency> <groupId>org.onap.aai</groupId> @@ -139,8 +137,13 @@ limitations under the License. <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client-kafka</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </exclusion> </exclusions> </dependency> + <dependency> <groupId>com.thinkaurelius.titan</groupId> <artifactId>titan-cassandra</artifactId> @@ -216,6 +219,7 @@ limitations under the License. </exclusion> </exclusions> </dependency> + <dependency> <groupId>com.thinkaurelius.titan</groupId> <artifactId>titan-hbase</artifactId> |