diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-04-17 12:25:54 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-04-17 12:25:54 +0200 |
commit | b196f93758edabf10174da160e8b74e7eec8ef72 (patch) | |
tree | f1b7dba8b49d4ea15f07eeb577545ace76a4e7fb /pom.xml | |
parent | 58a67d37441b8af808b792418e07448e30556bbd (diff) |
Fixed the rest of the Security Issues
*Introduce Gson Against Jackson library
*Delete posix library with strong copyleft licenses
Change-Id: I37ec6a359912481d1546293a8a8aeeedd6c907e2
Issue-ID: DCAEGEN2-426
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -405,6 +405,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.immutables</groupId> + <artifactId>gson</artifactId> + <version>${immutable.version}</version> + </dependency> + <dependency> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> <version>${docker.maven.version}</version> @@ -425,11 +430,6 @@ <version>3.1.0</version> </dependency> <dependency> - <groupId>com.github.jnr</groupId> - <artifactId>jnr-posix</artifactId> - <version>3.0.44</version> - </dependency> - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.4</version> @@ -455,11 +455,6 @@ <version>5.0.5.RELEASE</version> </dependency> <dependency> - <groupId>com.fasterxml.jackson.datatype</groupId> - <artifactId>jackson-datatype-jdk8</artifactId> - <version>2.9.5</version> - </dependency> - <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> <version>${tomcat.version}</version> |