aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi Geda <gravik@amdocs.com>2018-05-04 12:37:59 +0100
committerRavi Geda <gravik@amdocs.com>2018-05-04 12:37:59 +0100
commitda5bc06551aa52234807adbf348d0da674d3ac27 (patch)
treecc97c43453c545bd7ec25ce1fbaab2f2e68e139f
parenta9cc38bb8a20f8df32cb86fd577531c86c0b7c38 (diff)
Add explicit dependency for logback-access
Add explicit depedency on version 1.2.3 as 1.1.11 is being brought in otherwise Change-Id: Ie0d8f70c54132a187c5d1760734828b2b96d6410 Issue-ID: AAI-1118 Signed-off-by: Ravi Geda <gravik@amdocs.com>
-rw-r--r--pom.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 7f78398..c97cb4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,10 +70,10 @@ limitations under the License.
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<exclusions>
- <exclusion>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -106,6 +106,11 @@ limitations under the License.
</exclusions>
</dependency>
<dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-access</artifactId>
+ <version>1.2.3</version>
+ </dependency>
+ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.0</version>