aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel.kasperkiewicz@nokia.com>2019-10-09 14:08:49 +0200
committerpawel <pawel.kasperkiewicz@nokia.com>2019-10-10 14:00:20 +0200
commit4d4cd07c6f99a0db9e7cc69fbd43f50ef7e06942 (patch)
treee355de81d01734818b6034fb50d2c00043b54050
parent124e11e9e7ea4652f8a538093ab48df9f575ce2a (diff)
Change of crypt-password library version
Issue-ID: DCAEGEN2-1757 Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I6d5e19a6893e87d3aad6809b092908d77e84ece8
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a55da042..816e09c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -353,6 +353,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
<version>2.1.5.RELEASE</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j-impl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
@@ -423,7 +429,7 @@
<dependency>
<groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId>
<artifactId>crypt-password</artifactId>
- <version>1.1.6</version>
+ <version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.onap.dcaegen2.services.sdk.standardization</groupId>