]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / pom.xml
index 1ecdbe0af3d7d828dc3d6416575633ef1d10fded..05df6e80001508eac2c95dc60968a764dfa01a51 100644 (file)
@@ -1,52 +1,44 @@
-<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>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.11.2-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <artifactId>runtime</artifactId>
+               <version>0.13.2-SNAPSHOT</version>
+               <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.detached</artifactId>
-       <name>Argeo SLC Detached</name>
+       <name>SLC Detached</name>
        <packaging>jar</packaging>
        <build>
                <plugins>
                        <plugin>
-                               <artifactId>maven-jar-plugin</artifactId>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <source>1.4</source>
+                                       <target>1.4</target>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+
                                <configuration>
                                        <instructions>
+                                               <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
                                                <Export-Package>
                                                        org.argeo.slc.detached.*
                                                </Export-Package>
                                                <Import-Package>
-                                                       *,
-                                                       org.springframework.beans.factory;version="2.0",
-                                                       org.springframework.beans.factory.support;version="2.0",
-                                                       org.springframework.beans.factory.xml;version="2.0",
-                                                       org.springframework.context;version="2.0",
-                                                       org.springframework.context.support;version="2.0",
-                                                       org.springframework.core.io;version="2.0"
+                                                       org.w3c.dom;version="0.0.0",
+                                                       javax.xml.*;version="0.0.0",
+                                                       org.springframework.core,
+                                                       *
                                                </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.3</source>
-                                       <target>1.3</target>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
                </plugins>
        </build>
        <dependencies>
                        <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>
                        <artifactId>com.springsource.junit</artifactId>
                        <scope>test</scope>
                </dependency>
+
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+               </dependency>
                <dependency>
-                       <groupId>org.apache.log4j</groupId>
-                       <artifactId>com.springsource.org.apache.log4j</artifactId>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.log4j</artifactId>
                </dependency>
+
+               <!-- JRE 1.4 -->
+               <dependency>
+                       <groupId>org.apache.xerces</groupId>
+                       <artifactId>com.springsource.org.apache.xerces</artifactId>
+               </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file