]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.castor/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.castor / pom.xml
index 50e43ce0b29ffffec1ed366b75340fd64ac8742f..e0efc54fefe45b09f4e23b1a0559beabafcc562a 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.11.5-SNAPSHOT</version>
+               <version>0.13.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <description>Implementations of SLC Specs using Castor</description>
        <build>
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.slc.*
                                                </Export-Package>
-                                               <Import-Package>org.argeo.slc.*;resolution:=optional,
+                                               <Import-Package>
+                                                       org.argeo.slc.*;resolution:=optional,
+                                                       org.argeo.slc.deploy;resolution:=optional,
                                                        org.argeo.slc.build;resolution:=optional,
                                                        org.argeo.slc.execution;resolution:=optional,
                                                        org.argeo.slc.core.attachment;resolution:=optional,
                                                        org.argeo.slc.msg.event;resolution:=optional,
                                                        org.argeo.slc.msg.test.tree;resolution:=optional,
                                                        org.argeo.slc.detached;resolution:=optional,
-                                                       org.apache.xml.serialize
+                                                       org.apache.xml.serialize;resolution:=optional,
+                                                       org.apache.xerces.jaxp;resolution:=optional,
+                                                       javax.xml.transform;resolution:=optional,
+                                                       javax.xml.transform.stream;resolution:=optional,
+                                                       javax.xml.transform.dom;resolution:=optional,
+                                                       org.springframework.xml.validation;resolution:=optional,
+                                                       org.apache.commons.io,
+                                                       org.springframework.oxm,
+                                                       org.springframework.core,
+                                                       org.springframework.xml.transform,
+                                                       org.springframework.core.io
                                                </Import-Package>
                                                <Fragment-Host>com.springsource.org.castor</Fragment-Host>
                                        </instructions>
                                </configuration>
                        </plugin>
-
                </plugins>
        </build>
        <dependencies>
@@ -67,6 +62,7 @@
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
+                       <version>0.13.2-SNAPSHOT</version>
                </dependency>
 
                <dependency>
                        <artifactId>com.springsource.org.apache.xalan</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>javax.xml.stream</groupId>
-                       <artifactId>com.springsource.javax.xml.stream</artifactId>
-               </dependency>
-
                <!-- Unit Tests -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
                        <scope>test</scope>
+                       <version>0.13.2-SNAPSHOT</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file