]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.osgi/pom.xml
Reactivate launcher
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.osgi / pom.xml
index d8f57fa89fd5a7a7c8b0dbd0ed487ce085013951..c0c40e1dcfe7db5e52fdfaefe8d5dbbe6468e77d 100644 (file)
@@ -1,12 +1,13 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.1.2-SNAPSHOT</version>
+               <version>1.1.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.osgi</artifactId>
        <name>SLC Support OSGi</name>
        <packaging>jar</packaging>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>1.1.2-SNAPSHOT</version>
+                       <version>1.1.4-SNAPSHOT</version>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>biz.aQute.bndlib</artifactId>
+                       <optional>true</optional>
                </dependency>
 
                <dependency>
                        <artifactId>org.springframework.osgi.extender</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.springframework.osgi.web</artifactId>
-               </dependency>
-
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>net.sf.cglib</artifactId>
 
                <!-- Xalan and Xerces are implicitly required since the JDK provided implementations 
                        are overridden in the execution modules manager -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.apache.xalan</artifactId>
-               </dependency>
+<!--           <dependency> -->
+<!--                   <groupId>org.argeo.tp</groupId> -->
+<!--                   <artifactId>org.apache.xalan</artifactId> -->
+<!--           </dependency> -->
 
        </dependencies>
 </project>
\ No newline at end of file