From 52af62a0e21cbaad25897778752752b9e4c2c087 Mon Sep 17 00:00:00 2001 From: Pawel Date: Tue, 3 Mar 2020 13:22:42 +0100 Subject: Fix VES Collector logging Issue-ID: DCAEGEN2-2107 Signed-off-by: Pawel Change-Id: Ib13784a5e2d80dd468955c3a0cd69d8debe67218 --- pom.xml | 14 +++++++------- src/main/resources/log4j2.xml | 14 ++++++++++++-- version.properties | 2 +- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 3f6d32ca..650443c0 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,7 @@ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + 1.3.5 @@ -359,12 +360,6 @@ org.springframework.boot spring-boot-starter-log4j2 2.1.5.RELEASE - - - org.apache.logging.log4j - log4j-slf4j-impl - - io.springfox @@ -435,7 +430,12 @@ org.onap.dcaegen2.services.sdk.security.crypt crypt-password - 1.3.1 + slim + ${crypt-password.version} + + + org.springframework.security + spring-security-crypto org.onap.dcaegen2.services.sdk.standardization diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index 649441d7..e9a0f59c 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -38,7 +38,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -90,53 +90,63 @@ + + + + + + + + + + diff --git a/version.properties b/version.properties index d8977634..b53fce2d 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=5 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg