commit | fe50eebd5f1f4456e071ca49237fa47444826354 | [log] [tgz] |
---|---|---|
author | sebdet <sebastien.determe@intl.att.com> | Wed Sep 16 11:42:49 2020 +0200 |
committer | Christophe Closset <christophe.closset@intl.att.com> | Wed Sep 16 11:26:11 2020 +0000 |
tree | ebce100bc9053c3bad1da3a908b3390bf5261800 | |
parent | 673ba4e5141dae5dd69c603db060820c2d159fd5 [diff] [blame] |
Remove jboss-rmi Remove the jboss-rmi from catalog-be, imported by CXF Issue-ID: SDC-3286 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ic17558c1b691ffae9ab670fa071405ac2a022f8f
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index 836fecb..40abde6 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml
@@ -148,6 +148,12 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> <version>${cxf.version}</version> + <exclusions> + <exclusion> + <groupId>org.jboss.spec.javax.rmi</groupId> + <artifactId>jboss-rmi-api_1.0_spec</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies>