]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.osgi/pom.xml
Use commons SNAPSHOT
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.osgi / pom.xml
index e68dfac1955294477a512b2e361020b80d8b5081..9f38f480cf9e9e07d63e9bfaa832c7dac364159b 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.12.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
@@ -42,7 +42,9 @@
                <dependency>
                        <groupId>org.eclipse.osgi</groupId>
                        <artifactId>org.eclipse.osgi</artifactId>
+                       <scope>provided</scope>
                </dependency>
+
                <dependency>
                        <groupId>org.springframework.osgi</groupId>
                        <artifactId>org.springframework.osgi.core</artifactId>
                        <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
                </dependency>
 
+               <!--
+                       Xalan and Xerces are implicitly required since the JDK provided
+                       implementations are overridden in the execution modules manager
+               -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.osgiboot</artifactId>
+                       <groupId>org.apache.xalan</groupId>
+                       <artifactId>com.springsource.org.apache.xalan</artifactId>
                </dependency>
 
        </dependencies>