From 27e1535d75978bb7558c17bf27db7d1a1131fe40 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Wed, 22 Sep 2021 17:56:33 +0200
Subject: update third-party libs to latest versions
---
connector/pom.xml | 52 +++++++++++++++++++++++++++++-----------------------
1 file changed, 29 insertions(+), 23 deletions(-)
(limited to 'connector/pom.xml')
diff --git a/connector/pom.xml b/connector/pom.xml
index ee3d8d09..3145f051 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -87,6 +87,19 @@
hibernate-validator
+
+ org.apache.cxf
+ cxf-core
+
+
+ org.apache.cxf
+ cxf-rt-frontend-jaxws
+
+
+ org.apache.cxf
+ cxf-rt-transports-http
+
+
@@ -121,6 +134,13 @@
eaaf_module_pvp2_sp
test
+
+ at.asitplus.eidas.ms_specific.modules
+ authmodule-eIDAS-v2
+ tests
+ test
+ test-jar
+
org.springframework.boot
spring-boot-starter-tomcat
@@ -131,42 +151,28 @@
eaaf-springboot-utils
test
+
+ com.squareup.okhttp3
+ mockwebserver
+ test
+
+
com.github.skjolber
mockito-soap-cxf
- test
-
+ test
+
org.powermock
powermock-module-junit4
- 2.0.7
test
org.powermock
powermock-api-mockito2
- 2.0.7
test
-
-
- com.squareup.okhttp3
- mockwebserver
- test
-
+
--
cgit v1.2.3
From 0f0b59abce4242bdd69de1b48f2d197bc84255ba Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Thu, 21 Oct 2021 09:27:11 +0200
Subject: switch to next release version
---
connector/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'connector/pom.xml')
diff --git a/connector/pom.xml b/connector/pom.xml
index 3145f051..48e449c3 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -6,7 +6,7 @@
at.asitplus.eidas
ms_specific
- 1.2.3-SNAPSHOT
+ 1.2.3
at.asitplus.eidas.ms_specific
--
cgit v1.2.3
From aada1bdcfdc4e0666923acd452ebf7ac9b8fe5da Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Thu, 21 Oct 2021 10:29:58 +0200
Subject: switch to next snapshot version
---
connector/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'connector/pom.xml')
diff --git a/connector/pom.xml b/connector/pom.xml
index 48e449c3..e7e09177 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -6,7 +6,7 @@
at.asitplus.eidas
ms_specific
- 1.2.3
+ 1.2.4-SNAPSHOT
at.asitplus.eidas.ms_specific
--
cgit v1.2.3
From da8fe87c70aeebc004be8155ab7aa02d8dda02cb Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Mon, 13 Dec 2021 13:55:18 +0100
Subject: update third-party libs.
---
connector/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'connector/pom.xml')
diff --git a/connector/pom.xml b/connector/pom.xml
index e7e09177..63a39346 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -78,6 +78,10 @@
org.slf4j
slf4j-api
+
+ org.apache.logging.log4j
+ log4j-to-slf4j
+
org.apache.commons
commons-collections4
--
cgit v1.2.3
From f53793460867e95b38ce0800a703f759c674360b Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Mon, 10 Jan 2022 13:47:31 +0100
Subject: chore(core): update third-party libs to latest versions
---
connector/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
(limited to 'connector/pom.xml')
diff --git a/connector/pom.xml b/connector/pom.xml
index 63a39346..2b2c0925 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -33,6 +33,16 @@
at.gv.egiz.eaaf
eaaf_module_pvp2_idp
+
+
+ org.bouncycastle
+ bcpkix-jdk15on
+
+
+ org.bouncycastle
+ bcprov-jdk15on
+
+
at.asitplus.eidas.ms_specific
--
cgit v1.2.3