diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-30 16:48:14 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-30 16:48:14 +0100 | 
| commit | 5202dc81fd956baac83e0b6551faa455e3de0797 (patch) | |
| tree | 43848a55c7a8aa974dffcf9ef47e67e047621083 | |
| parent | 0a2bc8013cc6dc737bd653a4ec8a221d35d9538f (diff) | |
| download | moa-id-spss-5202dc81fd956baac83e0b6551faa455e3de0797.tar.gz moa-id-spss-5202dc81fd956baac83e0b6551faa455e3de0797.tar.bz2 moa-id-spss-5202dc81fd956baac83e0b6551faa455e3de0797.zip | |
fix dependency problems
| -rw-r--r-- | id/server/idserverlib/pom.xml | 12 | ||||
| -rw-r--r-- | id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java | 18 | ||||
| -rw-r--r-- | repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar | bin | 3869909 -> 3879829 bytes | 
3 files changed, 20 insertions, 10 deletions
| 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 @@  					<artifactId>axis-wsdl4j</artifactId>
  					<groupId>axis</groupId>
  				</exclusion>
 +				<exclusion>
 +					<artifactId>jaxb-impl</artifactId>
 +					<groupId>com.sun.xml.bind</groupId>
 +				</exclusion>
  			</exclusions>
  		</dependency>
  		<dependency>
 @@ -115,6 +119,14 @@                  	<artifactId>bcprov-jdk16</artifactId>
                  	<groupId>bouncycastle</groupId>
                  </exclusion>
 +                <exclusion>
 +                	<artifactId>jaxb-impl</artifactId>
 +                	<groupId>com.sun.xml.bind</groupId>
 +                </exclusion>
 +                <exclusion>
 +                	<artifactId>jaxb-core</artifactId>
 +                	<groupId>com.sun.xml.bind</groupId>
 +                </exclusion>
              </exclusions>
          </dependency>
 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.jarBinary files differ index c045d89a3..29ce1fcbf 100644 --- 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 | 
