]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.detached/pom.xml
Use Equinox and Spring OSGi for SLC Detached
[gpl/argeo-slc.git] / org.argeo.slc.detached / pom.xml
index ed3f0ba63174dfa5c399258f5714d4cbcc2984e0..1ecdbe0af3d7d828dc3d6416575633ef1d10fded 100644 (file)
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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>
@@ -10,7 +9,7 @@
        </parent>
        <artifactId>org.argeo.slc.detached</artifactId>
        <name>Argeo SLC Detached</name>
-       <packaging>bundle</packaging>
+       <packaging>jar</packaging>
        <build>
                <plugins>
                        <plugin>
@@ -21,9 +20,6 @@
                                <artifactId>maven-bundle-plugin</artifactId>
                                <configuration>
                                        <instructions>
-                                               <Bundle-Activator>
-                                                       org.argeo.slc.detached.Activator
-                                               </Bundle-Activator>
                                                <Export-Package>
                                                        org.argeo.slc.detached.*
                                                </Export-Package>
                <dependency>
                        <groupId>org.eclipse.osgi</groupId>
                        <artifactId>org.eclipse.osgi</artifactId>
-                       <version>3.4.2.R34x_v20080826-1230</version>
                </dependency>
+
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.context</artifactId>
+                       <groupId>org.springframework.osgi</groupId>
+                       <artifactId>org.springframework.osgi.extender</artifactId>
                </dependency>
 
+               <!-- Required under JDK 1.4 -->
                <dependency>
-                       <groupId>org.apache.xerces</groupId>
-                       <artifactId>com.springsource.org.apache.xerces</artifactId>
+                       <groupId>edu.emory.mathcs.backport</groupId>
+                       <artifactId>com.springsource.edu.emory.mathcs.backport</artifactId>
                </dependency>
 
 
+               <!--
+                       <dependency> <groupId>org.apache.xerces</groupId>
+                       <artifactId>com.springsource.org.apache.xerces</artifactId>
+                       </dependency>
+               -->
+
+               <dependency>
+                       <groupId>org.apache.xmlcommons</groupId>
+                       <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
+                       <scope>provided</scope>
+               </dependency>
+               <!-- 
                <dependency>
                        <groupId>xml-apis</groupId>
                        <artifactId>xml-apis</artifactId>
                        <version>1.3.04</version>
                        <scope>provided</scope>
                </dependency>
-
+                -->
+                
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>