From 0346c88f142a8a19f6f613f8d4d8b82a5f26a96b Mon Sep 17 00:00:00 2001 From: Arindam Mondal Date: Mon, 13 Apr 2020 16:35:14 +0900 Subject: Add java 11 dependency in openecomp-be Issue-ID: SDC-2889 Change-Id: I1be0ffebb3b954f9020939438782dce4f62d4fad Signed-off-by: arindam --- .../action-library-rest/action-library-rest-services/pom.xml | 7 ++++++- .../externaltesting-rest-services/pom.xml | 6 ++++++ .../vendor-software-products-rest-services/pom.xml | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index 7af1a1e61a..91a2a0f772 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -120,7 +120,12 @@ mockito-core test + + com.sun.activation + javax.activation + 1.2.0 + - + diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml index b60aa1e41f..f84abb1e8f 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml @@ -161,6 +161,12 @@ javax.servlet-api provided + + com.sun.activation + javax.activation + 1.2.0 + + diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml index 1b167ee987..03e0fb72fd 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml @@ -18,6 +18,17 @@ junit test + + com.sun.activation + javax.activation + 1.2.0 + + + com.sun.xml.ws + jaxws-ri + 2.3.0 + pom + org.mockito mockito-core -- cgit 1.2.3-korg