summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/pom.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 8a5f5a2e37..43cb5313f7 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -102,7 +102,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
- <version>${cxf.version}</version>
+ <version>3.1.12</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -133,22 +133,11 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
- <version>1.7.25</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>1.2.3</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- <version>1.2.3</version>
</dependency>
+
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
-
</dependency>
<dependency>
<groupId>janino</groupId>