summaryrefslogtreecommitdiffstats
path: root/aai-schema-service
diff options
context:
space:
mode:
Diffstat (limited to 'aai-schema-service')
-rw-r--r--aai-schema-service/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml
index 3c08ce3..ce62491 100644
--- a/aai-schema-service/pom.xml
+++ b/aai-schema-service/pom.xml
@@ -42,6 +42,8 @@
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.version>1.0.0</aai.docker.version>
+ <logback.version>1.2.7</logback.version>
+
<!--
Location where assembly of our scripts, resources and main jar will be held
Check the ${project.artifactId}/src/main/assembly/descriptor.xml for more info
@@ -314,6 +316,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
+ <version>${logback.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>