]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Introduce SLC Detached app launcher
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index a669559e6328b5723d81c012772a00270776b7b1..b194dc5252b5e436121eacfe2dcb86f2e9e0ce1b 100644 (file)
                                <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                                <version>1.5.3</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>com.springsource.slf4j.jcl</artifactId>
+                               <version>1.5.3</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.slf4j</groupId>
                                <artifactId>com.springsource.slf4j.org.apache.log4j</artifactId>
                                <version>${version.spring-ws}</version>
                        </dependency>
 
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.extender</artifactId>
+                               <version>1.1.2.B</version>
+                       </dependency>
+
                        <!-- Ant -->
                        <dependency>
                                <groupId>org.argeo.dep.osgi</groupId>
                                <artifactId>org.argeo.dep.osgi.ant</artifactId>
                                <version>1.7.1</version>
                        </dependency>
-                       <!--
-                               <dependency> <groupId>org.apache.ant</groupId> <artifactId>
-                               com.springsource.org.apache.tools.ant </artifactId>
-                               <version>1.7.0</version> </dependency> <dependency>
-                               <groupId>org.apache.ant</groupId>
-                               <artifactId>ant-commons-logging</artifactId>
-                               <version>${version.ant}</version> <exclusions> <exclusion>
-                               <groupId>commons-logging</groupId>
-                               <artifactId>commons-logging</artifactId> </exclusion> <exclusion>
-                               <groupId>commons-logging</groupId>
-                               <artifactId>commons-logging-api</artifactId> </exclusion>
-                               <exclusion> <groupId>org.apache.ant</groupId>
-                               <artifactId>ant</artifactId> </exclusion> </exclusions>
-                               </dependency> <dependency> <groupId>org.apache.ant</groupId>
-                               <artifactId>ant-commons-net</artifactId>
-                               <version>${version.ant}</version> <exclusions> <exclusion>
-                               <groupId>commons-net</groupId> <artifactId>commons-net</artifactId>
-                               </exclusion> <exclusion> <groupId>org.apache.ant</groupId>
-                               <artifactId>ant</artifactId> </exclusion> </exclusions>
-                               </dependency> <dependency> <groupId>org.apache.ant</groupId>
-                               <artifactId>ant-apache-oro</artifactId>
-                               <version>${version.ant}</version> <exclusions> <exclusion>
-                               <groupId>oro</groupId> <artifactId>oro</artifactId> </exclusion>
-                               <exclusion> <groupId>org.apache.ant</groupId>
-                               <artifactId>ant</artifactId> </exclusion> </exclusions>
-                               </dependency> <dependency> <groupId>org.apache.ant</groupId>
-                               <artifactId>ant-apache-bsf</artifactId>
-                               <version>${version.ant}</version> <exclusions> <exclusion>
-                               <groupId>bsf</groupId> <artifactId>bsf</artifactId> </exclusion>
-                               <exclusion> <groupId>org.apache.ant</groupId>
-                               <artifactId>ant</artifactId> </exclusion> </exclusions>
-                               </dependency>
-                       -->
 
                        <!-- Required by specific Ant tasks -->
                        <dependency>
                                        com.springsource.org.apache.xerces
                                </artifactId>
                                <version>2.8.1</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>org.apache.xmlcommons</groupId>
-                                               <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
-                                       </exclusion>
-                               </exclusions>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.xalan</groupId>
                        </dependency>
 
                        <!-- OSGi -->
-                       <dependency>
-                               <groupId>org.apache.felix</groupId>
+                       <!--
+                               <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>
-
+                               <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>
+                       -->
                        <dependency>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>org.osgi.core</artifactId>
-                               <version>1.2.0</version>
-                               <scope>provided</scope>
+                               <groupId>org.eclipse.osgi</groupId>
+                               <artifactId>org.eclipse.osgi</artifactId>
+                               <version>3.4.2.R34x_v20080826-1230</version>
                        </dependency>
 
                        <!-- Auto UI -->