Add explicit dependency for logback-access 93/46193/1
authorRavi Geda <gravik@amdocs.com>
Fri, 4 May 2018 11:37:59 +0000 (12:37 +0100)
committerRavi Geda <gravik@amdocs.com>
Fri, 4 May 2018 11:37:59 +0000 (12:37 +0100)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7f78398..c97cb4e 100644 (file)
--- 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>
@@ -105,6 +105,11 @@ limitations under the License.
                 </exclusion>
             </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>