[java-identity-provider COMMIT] in /trunk/idp-saml-impl: pom.xml src/main/java/net/shibboleth/idp/saml/impl/profile/s...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jun 7 17:51:18 EDT 2013
Author: putmanb
Date: Fri Jun 7 17:51:18 2013
New Revision: 4525
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4525&view=rev
Log:
Remove factory impls for SAML message decoders from opensaml-saml-impl.
Remove Maven compile dependency on opensaml-saml-impl.
IdP-initiated message decoders are still pending refactoring.
Modified:
trunk/idp-saml-impl/pom.xml
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/HttpArtifactDecoderFactory.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/HttpPostDecoderFactory.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/HttpSoap11DecoderFactory.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpArtifactDecoderFactory.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpPostDecoderFactory.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpPostSimpleSignDecoderFactory.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpRedirectDeflateDecoderFactory.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpSoap11DecoderFactory.java
Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=4525&r1=4524&r2=4525&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Fri Jun 7 17:51:18 2013
@@ -27,11 +27,6 @@
<artifactId>idp-authn-api</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
- </dependency>
<!-- Provided Dependencies -->
@@ -57,6 +52,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-saml-impl</artifactId>
+ <version>${opensaml.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-profile-api</artifactId>
<version>${project.version}</version>
More information about the commits
mailing list