aboutsummaryrefslogtreecommitdiff
path: root/connector/pom.xml
diff options
context:
space:
mode:
authorThomas <>2021-05-12 12:46:07 +0200
committerThomas <>2021-05-12 12:46:07 +0200
commit291905eed9c187444c83657241b589d31d825149 (patch)
treea2cb7a394b0331e10390f3329bc417e191054bc9 /connector/pom.xml
parent7a1196805baad8fe055f92cfa8746c67684749b9 (diff)
downloadNational_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.tar.gz
National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.tar.bz2
National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.zip
update third-party libs to latest versions
Diffstat (limited to 'connector/pom.xml')
-rw-r--r--connector/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/connector/pom.xml b/connector/pom.xml
index 36a6d9df..6516e351 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -135,6 +135,20 @@
<groupId>com.github.skjolber</groupId>
<artifactId>mockito-soap-cxf</artifactId>
<scope>test</scope>
+ <!--exclusions>
+ <exclusion>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-wsdl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-bindings-soap</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-core</artifactId>
+ </exclusion>
+ </exclusions-->
</dependency>
<dependency>
<groupId>org.powermock</groupId>