]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.11.3
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / pom.xml
index 02b08109e22ab922aeaf3f7d0229fb43cb0c56ad..43a986b860a7e7d8059b45d094bc1bcc761c74f5 100644 (file)
@@ -1,13 +1,11 @@
-<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>
+               <groupId>org.argeo.slc.runtime</groupId>
+               <artifactId>argeo-slc-runtime</artifactId>
+               <version>0.11.3</version>
+               <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.detached</artifactId>
        <name>Argeo SLC Detached</name>
        <packaging>jar</packaging>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.slc.detached.*
                                                </Export-Package>
                                                <Import-Package>
-                                                       *,
+                                                       org.w3c.dom;version="0.0.0",
+                                                       javax.xml.*;version="0.0.0",
                                                        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.springframework.core.io;version="2.0",
+                                                       *
                                                </Import-Package>
+                                               <Spring-Context>*;create-asynchronously:=false</Spring-Context>
                                        </instructions>
                                </configuration>
                        </plugin>
                        <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>xml-apis</groupId>
+                       <artifactId>xml-apis</artifactId> <version>1.3.04</version>
+                       <scope>provided</scope> </dependency>
+               -->
+
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>