More changes to get MUSIC working 91/103391/1
authorThomas Nelson <tn1381@att.com>
Mon, 9 Mar 2020 20:18:52 +0000 (16:18 -0400)
committerThomas Nelson <tn1381@att.com>
Mon, 9 Mar 2020 20:18:52 +0000 (16:18 -0400)
Issues running in K8s

Issue-ID: MUSIC-574
Signed-off-by: Thomas Nelson <tn1381@att.com>
Change-Id: Iba46fec48ad4c5710990328f43ac63bdf5e4b870

music-core/pom.xml
music-rest/pom.xml
pom.xml

index cd1930e..a45e98c 100755 (executable)
             <groupId>org.onap.aaf.authz</groupId>
             <artifactId>aaf-cadi-client</artifactId>
             <version>2.1.7</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>javax.servlet-api</artifactId>
+                </exclusion>
+            </exclusions>        
         </dependency>
         <dependency>
             <groupId>org.onap.aaf.authz</groupId>
             <artifactId>aaf-cadi-core</artifactId>
             <version>2.1.7</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>log4j</groupId>
+                    <artifactId>log4j</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
index 7d407e6..50e5fca 100755 (executable)
     </dependencyManagement>
 
     <dependencies>
-        <!-- Development -->
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>javax.servlet-api</artifactId>
-            <version>4.0.1</version>
-            <scope>provided</scope>
-        </dependency>
-        <!-- Springboot -->
+
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter</artifactId>
diff --git a/pom.xml b/pom.xml
index 51c12f9..baf1bd9 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml,${project.reporting.outputDirectory}/jacoco-it/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
     </properties>
 
+    <dependencies>
+        <!-- Development -->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.4</version>
+            <scope>provided</scope>
+        </dependency>
+        <!-- Springboot -->
+    </dependencies>
+
+
     <repositories>
         <repository>
             <id>onap-releases</id>