[utilities COMMIT] /java-support/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Jul 10 06:45:55 EDT 2014


Author: iay
Date: Thu Jul 10 06:45:55 2014
New Revision: 622

URL: http://svn.shibboleth.net/view/utilities?rev=622&view=rev
Log:
Fix dependency ordering.

Modified:
    java-support/trunk/pom.xml

Modified: java-support/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/pom.xml?rev=622&r1=621&r2=622&view=diff
==============================================================================
--- java-support/trunk/pom.xml (original)
+++ java-support/trunk/pom.xml Thu Jul 10 06:45:55 2014
@@ -52,13 +52,6 @@
             <artifactId>guava</artifactId>
         </dependency>
         
-        <dependency>
-            <!-- Required if using classes with command line support. -->
-            <groupId>com.beust</groupId>
-            <artifactId>jcommander</artifactId>
-            <optional>true</optional>
-        </dependency>
-        
         <!-- OPTIONAL Compile Dependencies -->
         <dependency>
             <!-- Required if you're using classes from the logging package. -->
@@ -78,6 +71,12 @@
             <!-- Required if you're using anything in the httpclient package -->
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <!-- Required if using classes with command line support. -->
+            <groupId>com.beust</groupId>
+            <artifactId>jcommander</artifactId>
             <optional>true</optional>
         </dependency>
         <dependency>



More information about the commits mailing list