Add java 11 dependency in openecomp-be 30/105830/3
authorArindam Mondal <arind.mondal@samsung.com>
Mon, 13 Apr 2020 07:35:14 +0000 (16:35 +0900)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Thu, 16 Apr 2020 10:44:44 +0000 (10:44 +0000)
Issue-ID: SDC-2889

Change-Id: I1be0ffebb3b954f9020939438782dce4f62d4fad
Signed-off-by: arindam <arind.mondal@samsung.com>
openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml

index 7af1a1e..91a2a0f 100644 (file)
             <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
+       <dependency>
+            <groupId>com.sun.activation</groupId>
+            <artifactId>javax.activation</artifactId>
+           <version>1.2.0</version>
+       </dependency>
 
-    </dependencies>
+        </dependencies>
 
 </project>
index b60aa1e..f84abb1 100644 (file)
             <artifactId>javax.servlet-api</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>com.sun.activation</groupId>
+            <artifactId>javax.activation</artifactId>
+           <version>1.2.0</version>
+       </dependency>
+
     </dependencies>
 
 </project>
index 1b167ee..03e0fb7 100644 (file)
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+       <dependency>
+         <groupId>com.sun.activation</groupId>
+         <artifactId>javax.activation</artifactId>
+         <version>1.2.0</version>
+       </dependency>
+       <dependency>
+         <groupId>com.sun.xml.ws</groupId>
+         <artifactId>jaxws-ri</artifactId>
+         <version>2.3.0</version>
+         <type>pom</type>
+       </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>