]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.detached/pom.xml
Introduce org.argeo.slc.support.simple
[gpl/argeo-slc.git] / org.argeo.slc.detached / pom.xml
index 6695ab3b709cf57febbf207748c613ef9a759901..1ecdbe0af3d7d828dc3d6416575633ef1d10fded 100644 (file)
@@ -1,4 +1,5 @@
-<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">
+<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>
        <packaging>jar</packaging>
        <build>
                <plugins>
+                       <plugin>
+                               <artifactId>maven-jar-plugin</artifactId>
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>1.4.3</version>
-                               <extensions>true</extensions>
                                <configuration>
-                                       <manifestLocation>src/main/resources/META-INF</manifestLocation>
                                        <instructions>
-                                               <Bundle-SymbolicName>
-                                                       ${pom.artifactId}
-                                                       </Bundle-SymbolicName>
-                                               <Bundle-Activator>
-                                                       org.argeo.slc.detached.Activator
-                        </Bundle-Activator>
                                                <Export-Package>
                                                        org.argeo.slc.detached.*
-                        </Export-Package>
+                                               </Export-Package>
                                                <Import-Package>
                                                        *,
                                                        org.springframework.beans.factory;version="2.0",
                                                        org.springframework.context;version="2.0",
                                                        org.springframework.context.support;version="2.0",
                                                        org.springframework.core.io;version="2.0"
-                        </Import-Package>
-                                               <_removeheaders>Bnd-LastModified</_removeheaders>
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>bundle-manifest</id>
-                                               <phase>process-classes</phase>
-                                               <goals>
-                                                       <goal>manifest</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.osgi.core</artifactId>
+                       <groupId>org.eclipse.osgi</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
 
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-context</artifactId>
+                       <groupId>org.springframework.osgi</groupId>
+                       <artifactId>org.springframework.osgi.extender</artifactId>
                </dependency>
 
+               <!-- Required under JDK 1.4 -->
                <dependency>
-                       <groupId>xerces</groupId>
-                       <artifactId>xercesImpl</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>commons-io</groupId>
-                       <artifactId>commons-io</artifactId>
+                       <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>
+                               com.springsource.org.apache.commons.io
+                       </artifactId>
                </dependency>
-
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
+                       <groupId>org.junit</groupId>
+                       <artifactId>com.springsource.junit</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>log4j</groupId>
-                       <artifactId>log4j</artifactId>
+                       <groupId>org.apache.log4j</groupId>
+                       <artifactId>com.springsource.org.apache.log4j</artifactId>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file