Updating logback version 03/39703/1
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Wed, 28 Mar 2018 15:07:14 +0000 (11:07 -0400)
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Wed, 28 Mar 2018 15:08:07 +0000 (11:08 -0400)
Change-Id: Ia0fbaf0c82c4a8a37cc75f8a84c42beb69960a79
Issue-ID: AAI-947
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index eb3df8d..03c5d8d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -66,9 +66,25 @@ limitations under the License.
       <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
       <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
       <sonar.projectVersion>${project.version}</sonar.projectVersion>
+      <logback.version>1.2.3</logback.version>
    </properties>
 
    <dependencies>
+    <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-core</artifactId>
+            <version>${logback.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <version>${logback.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-access</artifactId>
+            <version>${logback.version}</version>
+        </dependency>
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-spring-boot-starter</artifactId>
@@ -177,7 +193,7 @@ limitations under the License.
       <dependency>
          <groupId>org.onap.aai.logging-service</groupId>
          <artifactId>common-logging</artifactId>
-         <version>1.1.0</version>
+         <version>1.2.2</version>
       </dependency>
 
       <dependency>
@@ -192,11 +208,7 @@ limitations under the License.
          <version>1.1.0</version>
       </dependency>
 
-      <dependency>
-         <groupId>ch.qos.logback</groupId>
-         <artifactId>logback-core</artifactId>
-         <version>1.1.7</version>
-      </dependency>
+
 
    </dependencies>