diff options
author | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-10-08 15:31:17 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-10-08 15:32:44 -0400 |
commit | 733c4607e9267c2b2112835bf208d7f6a57a0617 (patch) | |
tree | cfefa664904dda984c765a248472ccf4a6b0a24b /common/pom.xml | |
parent | dbef19af78e71d4170236d88dbe67fd7e3dc261f (diff) |
Exclude problematic dependency from cxf
jboss rmi dependency excluded from all cxf dependencies
Done at the root pom to prevent from happening again
Issue-ID: SO-3292
Change-Id: I022b8ecf58d76d090b16079324df2047fecc1a61
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index ff13da4ee6..74e51805ad 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -71,7 +71,6 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>${cxf.version}</version> <scope>test</scope> </dependency> <dependency> |