commit | 0e825177c8f6c5304d9b529cd9831f30d401efaa | [log] [tgz] |
---|---|---|
author | sebdet <sebastien.determe@intl.att.com> | Thu Sep 17 16:15:51 2020 +0200 |
committer | sebdet <sebastien.determe@intl.att.com> | Thu Sep 17 16:15:51 2020 +0200 |
tree | 61e85929a501adbf6d9035874190521fd6851678 | |
parent | fe50eebd5f1f4456e071ca49237fa47444826354 [diff] [blame] |
Remove jboss-rmi Remove jboss-rmi lib from war/jar Issue-ID: SDC-3286 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I2d3e95dcce1a03fbd9304bc9689c2c81ce20daf7
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 40abde6..1b748f9 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
@@ -143,6 +143,12 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</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> <dependency> <groupId>org.apache.cxf</groupId>