]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.repo/pom.xml
Introduce OSGi Factory
[gpl/argeo-slc.git] / runtime / org.argeo.slc.repo / pom.xml
index 223810e13a5faa86225d3e0d5506b12173e76b41..3231ff7cb859763d9d1312bf8067d697b198e500 100644 (file)
@@ -5,11 +5,11 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.1.12-SNAPSHOT</version>
+               <version>1.1.14-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.repo</artifactId>
-       <name>SLC Repository</name>
+       <name>SLC Repo Runtime</name>
        <build>
                <plugins>
                        <plugin>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.aether</artifactId>
-                       <version>1.1.12-SNAPSHOT</version>
+                       <version>1.1.14-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.jcr</artifactId>
-                       <version>1.1.12-SNAPSHOT</version>
+                       <version>1.1.14-SNAPSHOT</version>
                </dependency>
 
                <!-- Commons -->
                </dependency>
 
                <!-- Third party -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.eclipse.osgi</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>org.apache.commons.io</artifactId>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>javax.servlet</artifactId>
                </dependency>
+
+               <!-- OSGi -->
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>biz.aQute.bndlib</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+                       <scope>provided</scope>
+               </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file