aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZlatko Murgoski <zlatko.murgoski@nokia.com>2019-05-30 12:55:05 +0200
committerZlatko Murgoski <zlatko.murgoski@nokia.com>2019-05-30 12:55:05 +0200
commit8e3381a19ba47fa416c7482f546ddafcd99b6694 (patch)
tree35d0c712697b33effc04c49c9ef5400ec5e57c4a
parent420756d4a7803ba8fe21229d2ff52d67ca77bfdb (diff)
Remove unnecessary security libraries
https://jira.onap.org/browse/DCAEGEN2-1016 Issue-ID: DCAEGEN2-1016 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com> Change-Id: Ied6f3bb68b5243d72b361f18273811990198c886
-rw-r--r--pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index 304221a6..d88bf0b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,23 +379,9 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-security</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-config</artifactId>
- </dependency>
- <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j</artifactId>
<version>1.3.8.RELEASE</version>