Author: slotia
Date: 2009-08-13 07:28:22 -0700 (Thu, 13 Aug 2009)
New Revision: 17812

Modified:
   cytoscape3/trunk/provision/pom.xml
Log:
Changed ordering of dependencies in provision/pom.xml so that confman gets 
loaded early


Modified: cytoscape3/trunk/provision/pom.xml
===================================================================
--- cytoscape3/trunk/provision/pom.xml  2009-08-13 13:19:37 UTC (rev 17811)
+++ cytoscape3/trunk/provision/pom.xml  2009-08-13 14:28:22 UTC (rev 17812)
@@ -25,6 +25,16 @@
 
        <dependencies>
                <dependency>
+                       <groupId>org.ops4j.pax.logging</groupId>
+                       <artifactId>pax-logging-api</artifactId>
+                       <version>1.3.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.ops4j.pax.logging</groupId>
+                       <artifactId>pax-logging-service</artifactId>
+                       <version>1.3.0</version>
+               </dependency>
+               <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-aop</artifactId>
                        <version>${spring.version}</version>
@@ -66,26 +76,16 @@
                        <version>${spring.osgi.version}</version>
                </dependency>
                <dependency>
-                       <groupId>org.ops4j.pax.logging</groupId>
-                       <artifactId>pax-logging-api</artifactId>
-                       <version>1.3.0</version>
+                       <groupId>org.apache.felix</groupId>
+                       <artifactId>org.apache.felix.configadmin</artifactId>
+                       <version>1.0.4</version>
                </dependency>
                <dependency>
-                       <groupId>org.ops4j.pax.logging</groupId>
-                       <artifactId>pax-logging-service</artifactId>
-                       <version>1.3.0</version>
-               </dependency>
-               <dependency>
                        <groupId>org.ops4j.pax.confman</groupId>
                        <artifactId>pax-confman-propsloader</artifactId>
                        <version>0.2.2</version>
                </dependency>
                <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.configadmin</artifactId>
-                       <version>1.0.4</version>
-               </dependency>
-               <dependency>
                        <groupId>edu.emory.mathcs.backport</groupId>
                        <artifactId>com.springsource.edu.emory.mathcs.backport
                        </artifactId>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to