Fix rproxy and fproxy logging issues 81/81881/1
authorbwong21 <bwong@amdocs.com>
Fri, 8 Mar 2019 17:54:21 +0000 (17:54 +0000)
committerbwong21 <bwong@amdocs.com>
Fri, 8 Mar 2019 23:38:19 +0000 (23:38 +0000)
Fix to rproxy and fproxy to allow the log file to be generated at runtime.
Changes to the sidecar pom.xml by adding logback-classic in the
dependency management
- Makes sure the correct logback-classic plugin version is pulled in from its transitive dependency
- Override the scope dependency that was recently set to test

Change-Id: I55ffee62e3e052c97fdda6d934cf3213473298b3
Issue-ID: AAF-781
Signed-off-by: bwong21 <bwong@amdocs.com>
sidecar/pom.xml

index 0c9e5e3..7fcffe3 100644 (file)
                                <artifactId>spring-webmvc</artifactId>
                                <version>${spring.web.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>ch.qos.logback</groupId>
+                               <artifactId>logback-classic</artifactId>
+                       </dependency>
                </dependencies>
        </dependencyManagement>