[utilities COMMIT] /xmlsectool/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 6 05:07:22 EST 2013


Author: iay
Date: Wed Mar  6 05:07:22 2013
New Revision: 337

URL: http://svn.shibboleth.net/view/utilities?rev=337&view=rev
Log:
Include direct dependencies for anything used in xmlsectool code, as discovered by mvn dependency:analyze.  Make jargs a managed dependency.

Modified:
    xmlsectool/trunk/pom.xml

Modified: xmlsectool/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/xmlsectool/trunk/pom.xml?rev=337&r1=336&r2=337&view=diff
==============================================================================
--- xmlsectool/trunk/pom.xml (original)
+++ xmlsectool/trunk/pom.xml Wed Mar  6 05:07:22 2013
@@ -60,6 +60,15 @@
             </exclusions>
         </dependency>
         <dependency>
+            <groupId>org.opensaml</groupId>
+            <artifactId>xmltooling</artifactId>
+            <version>1.4.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.santuario</groupId>
+            <artifactId>xmlsec</artifactId>
+        </dependency>
+        <dependency>
             <groupId>edu.internet2.middleware</groupId>
             <artifactId>shibboleth-jce</artifactId>
             <version>1.1.0</version>
@@ -67,7 +76,17 @@
         <dependency>
             <groupId>jargs</groupId>
             <artifactId>jargs</artifactId>
-            <version>1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Runtime dependencies -->



More information about the commits mailing list