[java-opensaml COMMIT] in /trunk/opensaml-profile-impl: pom.xml src/main/java/org/opensaml/profile/action/impl/CheckM...

noreply at shibboleth.net noreply at shibboleth.net
Thu Dec 5 11:09:59 EST 2013


Author: scantor
Date: Thu Dec  5 11:09:59 2013
New Revision: 3513

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3513&view=rev
Log:
Move non-IdP specific actions down to opensaml.

Added:
    trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/CheckMandatoryIssuer.java   (with props)
    trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/DecodeMessage.java   (with props)
    trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/EncodeMessage.java   (with props)
    trunk/opensaml-profile-impl/src/test/java/org/opensaml/profile/action/impl/CheckMandatoryIssuerTest.java   (with props)
    trunk/opensaml-profile-impl/src/test/java/org/opensaml/profile/action/impl/DecodeMessageTest.java   (with props)
    trunk/opensaml-profile-impl/src/test/java/org/opensaml/profile/action/impl/EncodeMessageTest.java   (with props)
    trunk/opensaml-profile-impl/src/test/java/org/opensaml/profile/action/impl/MockMessage.java   (with props)
Modified:
    trunk/opensaml-profile-impl/pom.xml

Modified: trunk/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/pom.xml?rev=3513&r1=3512&r2=3513&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/pom.xml (original)
+++ trunk/opensaml-profile-impl/pom.xml Thu Dec  5 11:09:59 2013
@@ -20,6 +20,12 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>opensaml-profile-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-messaging-api</artifactId>
             <version>${project.version}</version>
         </dependency>
 



More information about the commits mailing list