]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Make launching independent from detached version
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index ffd7f9cfeef60d2b2c3baa905158daf8ab09ccbd..923a7e7682343a2e65e9cf7960beddf815f785c2 100644 (file)
@@ -6,7 +6,7 @@
     <artifactId>argeo-slc</artifactId>
     <packaging>pom</packaging>
     <name>Argeo SLC</name>
-    <version>0.10.2-SNAPSHOT</version>
+    <version>0.11.1-SNAPSHOT</version>
     <description>SLC Distribution</description>
     <url>
         http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>javax.xml.stream</groupId>
+                <artifactId>stax-api</artifactId>
+                <version>1.0</version>
+            </dependency>
             <dependency>
                 <groupId>com.sun.xml.messaging.saaj</groupId>
                 <artifactId>saaj-impl</artifactId>
                 <version>2.1.2</version>
             </dependency>
 
+            <!-- OSGi -->
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.main</artifactId>
+                <version>1.2.1</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.apache.felix</groupId>
+                        <artifactId>
+                            org.apache.felix.framework
+                        </artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.osgi.core</artifactId>
+                <version>1.2.0</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <!-- Auto UI -->
+            <dependency>
+                <groupId>org.argeo.dep.jemmy</groupId>
+                <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
+                <version>0.2.2</version>
+            </dependency>
 
         </dependencies>
     </dependencyManagement>