diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-09-18 14:17:19 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-09-18 14:17:19 +0200 |
commit | 93adeb4a2503fbdb4d8e06d777a4aa836b28d720 (patch) | |
tree | 50d3ebaf9fcafb3d83213aeefbd1ee519295fc0d /datafile-commons/pom.xml | |
parent | f394594ec70aaf1eefa4f23b80226c3426dbc17a (diff) |
Security vulnerabilities corrections
*Improved imported libraries
*Fixed imported libraries in connection
of risk security
Change-Id: I28e6b22f8088f70cae431e6e99936cdb67e4cc0d
Issue-ID: DCAEGEN2-764
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'datafile-commons/pom.xml')
-rw-r--r-- | datafile-commons/pom.xml | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/datafile-commons/pom.xml b/datafile-commons/pom.xml index 3f551542..d018ff79 100644 --- a/datafile-commons/pom.xml +++ b/datafile-commons/pom.xml @@ -31,10 +31,6 @@ <artifactId>datafile-commons</artifactId> <packaging>jar</packaging> - <properties> - <main.basedir>${project.parent.basedir}</main.basedir> - </properties> - <dependencies> <dependency> <groupId>org.immutables</groupId> @@ -45,16 +41,6 @@ <artifactId>gson</artifactId> </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> - - <!-- TEST DEPENDENCIES --> - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> @@ -69,8 +55,6 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - - <!-- LOGGING DEPENDENCIES --> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> @@ -83,5 +67,10 @@ <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + <version>5.0.5.RELEASE</version> + </dependency> </dependencies> </project> |