From bfa66b41e723daf7ac7da7cef694ed52c43dbb39 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 8 Oct 2014 12:22:57 +0200 Subject: add SZR request to get baseID --- id/server/idserverlib/pom.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'id/server/idserverlib/pom.xml') diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 00d128ca5..833f869e5 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -83,11 +83,27 @@ webservices-tools 2.3 --> - + + + + at.gv.util + egovutils + 1.0.7 + + + com.sun + * + + + org.slf4j + * + + + javax.xml.bind -- cgit v1.2.3 From 77cf01db81c74ebbe0e0d2da58e22c5f7c861ab5 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 24 Oct 2014 13:48:32 +0200 Subject: add new classes for Role management --- id/server/idserverlib/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'id/server/idserverlib/pom.xml') diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 833f869e5..872ca3916 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -257,6 +257,10 @@ org.slf4j log4j-over-slf4j + + bcprov-jdk15on + org.bouncycastle + -- cgit v1.2.3 From 83d57d1b5fc4a6c7262c8289bb281fd612b9e5cb Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 24 Oct 2014 13:51:18 +0200 Subject: fix problems with bouncycastleprovider --- id/server/idserverlib/pom.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'id/server/idserverlib/pom.xml') diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 872ca3916..833f869e5 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -257,10 +257,6 @@ org.slf4j log4j-over-slf4j - - bcprov-jdk15on - org.bouncycastle - -- cgit v1.2.3 From 53c6beba7017b74955818f4768b76133f08e784e Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 29 Oct 2014 12:06:22 +0100 Subject: Update third-party libs - some implementation updates was required --- id/server/idserverlib/pom.xml | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'id/server/idserverlib/pom.xml') diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 833f869e5..32c8f5705 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -71,6 +71,10 @@ javax.servlet servlet-api + + axis-wsdl4j + axis + @@ -92,7 +96,8 @@ at.gv.util egovutils - 1.0.7 + + 2.0.0 com.sun @@ -102,6 +107,14 @@ org.slf4j * + + xalan + * + + + bcprov-jdk16 + bouncycastle + @@ -247,6 +260,14 @@ org.slf4j log4j-over-slf4j + + org.apache.xerces + * + + + xalan + * + @@ -257,6 +278,22 @@ org.slf4j log4j-over-slf4j + + org.slf4j + log4j-over-slf4j + + + org.apache.xerces + * + + + xalan + * + + + bcprov-jdk15on + org.bouncycastle + -- cgit v1.2.3 From 5202dc81fd956baac83e0b6551faa455e3de0797 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 30 Oct 2014 16:48:14 +0100 Subject: fix dependency problems --- id/server/idserverlib/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'id/server/idserverlib/pom.xml') diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 32c8f5705..52e064d3f 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -75,6 +75,10 @@ axis-wsdl4j axis + + jaxb-impl + com.sun.xml.bind + @@ -115,6 +119,14 @@ bcprov-jdk16 bouncycastle + + jaxb-impl + com.sun.xml.bind + + + jaxb-core + com.sun.xml.bind + -- cgit v1.2.3 From a3f530aa7637f3be6c67653f63fbedb4d6bd16d3 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 31 Oct 2014 09:42:48 +0100 Subject: add depentency jaxrpc-impl for MOA-SPSS API calls --- id/server/idserverlib/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'id/server/idserverlib/pom.xml') diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 52e064d3f..65004490b 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -135,6 +135,14 @@ jaxb-api + + + com.sun.xml.rpc + jaxrpc-impl + 1.1.3_01 + + + javax.mail mail @@ -382,6 +390,10 @@ bcprov-jdk16 org.bouncycastle + + jaxws-tools + com.sun.xml.ws + -- cgit v1.2.3