]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.backend/pom.xml
Adapt to changes in Argeo Commons.
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.backend / pom.xml
index 4089d164adeeee01fba5af45224049831313af75..b96c01b36478e87183a545ed417491bd3c87d8e9 100644 (file)
@@ -16,6 +16,7 @@
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.spring</artifactId>
                        <version>2.1.17-SNAPSHOT</version>
+                       <type>pom</type>
                </dependency>
 
                <!-- SLC Libs -->
                        <version>2.1.17-SNAPSHOT</version>
                </dependency>
 
+               <!-- OSGi Boot for platform generation only, as it could be used by regular 
+                       Java applications to launch an OSGi runtime. -->
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>2.1.86-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
+
                <!-- Legacy Argeo Commons platform (Eclipse 3) -->
                <dependency>
                        <groupId>org.argeo.slc.legacy.commons</groupId>
                        <artifactId>org.argeo.dep.cms.platform</artifactId>
                        <version>${version.argeo-commons-legacy}</version>
+                       <type>pom</type>
                </dependency>
 
                <dependency>
-               <groupId>org.argeo.tp.sdk</groupId>
-               <artifactId>biz.aQute.bndlib</artifactId>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>biz.aQute.bndlib</artifactId>
                </dependency>
                <dependency>
-               <groupId>org.argeo.tp.sdk</groupId>
-               <artifactId>org.junit</artifactId>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.junit</artifactId>
                </dependency>
                <dependency>
-               <groupId>org.argeo.tp.sdk</groupId>
-               <artifactId>org.redline-rpm</artifactId>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.redline-rpm</artifactId>
                </dependency>
                <dependency>
-               <groupId>org.argeo.tp.misc</groupId>
-               <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
+                       <groupId>org.argeo.tp.misc</groupId>
+                       <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
                </dependency>
                <dependency>
-               <groupId>org.argeo.tp.misc</groupId>
-               <artifactId>org.eclipse.jgit</artifactId>
-               </dependency>
-
-
-               <!-- For target platform generation -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.unit</artifactId>
-                       <version>2.1.17-SNAPSHOT</version>
-                       <scope>test</scope>
+                       <groupId>org.argeo.tp.misc</groupId>
+                       <artifactId>org.eclipse.jgit</artifactId>
                </dependency>
        </dependencies>
        <profiles>