summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2018-03-28 11:07:14 -0400
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2018-03-28 11:08:07 -0400
commitb1d37744d554c76e6bcd56df3e9e4e0c6120c284 (patch)
tree14d7566095203319af44d7dfc00d5969bd7c13c7
parent5da95c0df892b635db68550a3321e0e48c9e78f8 (diff)
Updating logback version
Change-Id: Ia0fbaf0c82c4a8a37cc75f8a84c42beb69960a79 Issue-ID: AAI-947 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
-rw-r--r--pom.xml24
1 files changed, 18 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index eb3df8d..03c5d8d 100644
--- 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>