aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-10-12 11:50:59 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-12 11:50:59 +0000
commit7c6b3b216ca8969b9b950950a3c938f250f18251 (patch)
tree84a3d6316f1784d08bb0883167ef5e4da718f34a /common
parent43273527b60d059b68e42e4df44198a84ca9bd94 (diff)
parent733c4607e9267c2b2112835bf208d7f6a57a0617 (diff)
Merge "Exclude problematic dependency from cxf"
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml1
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>