From b9e2c8e57097ab446264a4e5f42765c5ed67dceb Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 29 Oct 2014 14:03:53 +0100 Subject: update repository --- .../at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar | Bin 0 -> 3869909 bytes .../at/gv/util/egovutils/2.0.0/egovutils-2.0.0.pom | 145 +++++++++++++++++++++ 2 files changed, 145 insertions(+) create mode 100644 repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar create mode 100644 repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.pom (limited to 'repository/at/gv/util') diff --git a/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar new file mode 100644 index 000000000..c045d89a3 Binary files /dev/null and b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar differ diff --git a/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.pom b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.pom new file mode 100644 index 000000000..959b311cd --- /dev/null +++ b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.pom @@ -0,0 +1,145 @@ + + + 4.0.0 + at.gv.util + egovutils + 2.0.0 + zuseutil + http://maven.apache.org + + UTF-8 + 3.0.1 + + + + + + org.owasp + dependency-check-maven + 1.2.5 + + + verify + + check + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + + + + + + + + xerces + xercesImpl + 2.11.0 + + + xalan + xalan + 2.7.1 + + + + + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + + + + + commons-validator + commons-validator + 1.4.0 + + + commons-beanutils + commons-beanutils + 1.9.2 + + + bouncycastle + bcprov-jdk16 + 140 + + + org.slf4j + slf4j-api + 1.7.7 + + + org.slf4j + slf4j-log4j12 + 1.7.7 + + + javax.servlet + servlet-api + 2.5 + provided + + + commons-codec + commons-codec + 1.9 + + + commons-lang + commons-lang + 2.6 + jar + compile + + + + org.apache.httpcomponents + httpclient + 4.3.5 + + + + + -- 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 ++++++++++++ .../protocols/saml1/SAML1AuthenticationServer.java | 18 ++++++++---------- .../at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar | Bin 3869909 -> 3879829 bytes 3 files changed, 20 insertions(+), 10 deletions(-) (limited to 'repository/at/gv/util') 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 + diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java index 7d3c72630..65e520cc3 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java @@ -36,8 +36,6 @@ import javax.xml.transform.TransformerException; import org.w3c.dom.Element; import org.xml.sax.SAXException; -import com.sun.xml.bind.marshaller.NamespacePrefixMapper; - import at.gv.egovernment.moa.id.auth.AuthenticationServer; import at.gv.egovernment.moa.id.auth.builder.AuthenticationDataAssertionBuilder; import at.gv.egovernment.moa.id.auth.builder.BPKBuilder; @@ -235,14 +233,14 @@ public class SAML1AuthenticationServer extends AuthenticationServer { Marshaller m = jc.createMarshaller(); m.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, Boolean.TRUE); - m.setProperty("com.sun.xml.bind.namespacePrefixMapper", new NamespacePrefixMapper() { - public String getPreferredPrefix(String arg0, String arg1, boolean arg2) { - if (Constants.PD_NS_URI.equals(arg0)) - return Constants.PD_PREFIX; - else - return arg1; - } - }); +// m.setProperty("com.sun.xml.bind.namespacePrefixMapper", new NamespacePrefixMapper() { +// public String getPreferredPrefix(String arg0, String arg1, boolean arg2) { +// if (Constants.PD_NS_URI.equals(arg0)) +// return Constants.PD_PREFIX; +// else +// return arg1; +// } +// }); ByteArrayOutputStream stream = new ByteArrayOutputStream(); m.marshal( diff --git a/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar index c045d89a3..29ce1fcbf 100644 Binary files a/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar and b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar differ -- cgit v1.2.3