X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=certService%2Fpom.xml;h=13fed0050c5760286288ff6be0f462a18d2926fc;hb=5d5c39e47357f34c20ec53799442e3df107a5c24;hp=7f559469485f86b26cc28099032e8e28ee710b2b;hpb=772825849ca6e40f56c647f3565a59a3d207ba65;p=oom%2Fplatform%2Fcert-service.git diff --git a/certService/pom.xml b/certService/pom.xml index 7f559469..13fed005 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -32,8 +32,24 @@ spring-boot-starter-web - org.springframework.boot - spring-boot-starter-log4j2 + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j2.version} + + + org.apache.logging.log4j + log4j-api + ${log4j2.version} + + + org.apache.logging.log4j + log4j-core + ${log4j2.version} + + + org.apache.logging.log4j + log4j-jul + ${log4j2.version} org.springframework.boot @@ -78,7 +94,14 @@ org.springframework.cloud spring-cloud-starter-config - ${spring-cloud-starter-config.version} + + + org.springframework.cloud + spring-cloud-starter-bootstrap + + + org.hibernate.validator + hibernate-validator