[java-identity-provider COMMIT] in /trunk: idp-authn-impl/pom.xml idp-saml-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 16 23:26:21 EDT 2014


Author: tzeller
Date: Wed Apr 16 23:26:20 2014
New Revision: 5736

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5736&view=rev
Log:
OSJ-69 Remove unused OWASP ESAPI dependency from IdP POMs.

Modified:
    trunk/idp-authn-impl/pom.xml
    trunk/idp-saml-impl/pom.xml

Modified: trunk/idp-authn-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/pom.xml?rev=5736&r1=5735&r2=5736&view=diff
==============================================================================
--- trunk/idp-authn-impl/pom.xml (original)
+++ trunk/idp-authn-impl/pom.xml Wed Apr 16 23:26:20 2014
@@ -63,10 +63,6 @@
           <artifactId>velocity</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.owasp.esapi</groupId>
-            <artifactId>esapi</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.ldaptive</groupId>
             <artifactId>ldaptive</artifactId>
         </dependency>

Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=5736&r1=5735&r2=5736&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Wed Apr 16 23:26:20 2014
@@ -82,10 +82,6 @@
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.owasp.esapi</groupId>
-            <artifactId>esapi</artifactId>
-        </dependency>
 
         <!-- Provided Dependencies -->
 



More information about the commits mailing list