diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 1efd0e5bd2a945c00a7fa80cde26e0c3317aa7c3..b4cfd76a42a9df1ca15d754d96d143a1ca33b69a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -60,7 +60,7 @@ org.opengroup.osdu os-core-common - 0.0.10-SNAPSHOT + 0.3.4 org.springframework.boot diff --git a/pom.xml b/pom.xml index 1f481dd97c761b73f170da7eab8b05ffbc6663ac..7b777400cd60e676641e9040b796863ce37ecf73 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 2.7.0 0.9.0.RELEASE 3.3.0.RELEASE - 0.0.6-SNAPSHOT + 0.0.11 @@ -75,11 +75,17 @@ org.opengroup.osdu os-core-common - 0.0.10-SNAPSHOT + 0.3.4 org.springframework.boot spring-boot-starter + + + org.springframework.boot + spring-boot-starter-logging + + org.projectlombok @@ -114,6 +120,16 @@ org.springframework.boot spring-boot-starter-security + + + ch.qos.logback + logback-classic + + + org.apache.logging.log4j + log4j-to-slf4j + + org.springframework.security diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b6bc55068f79fc4d2c10cbc5107e9025e01d749b..dd15604940c622ba661df5cfe8e4c1ea9d4e2247 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -55,4 +55,8 @@ azure.graph-api.uri=https://graph.windows.net azure.graph-api.appid=00000002-0000-0000-c000-000000000000 # Azure Graph Api Version -azure.graph-api.version=1.6 \ No newline at end of file +azure.graph-api.version=1.6 + +#logging configuration +logging.transaction.enabled=true +logging.slf4jlogger.enabled=true \ No newline at end of file