]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.14.1
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / pom.xml
index 014a2a21965835b2c6dfec697cb4408053ba0e4f..487bc242aee7ea7d80de63235e8e651ac12bd2fe 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.12.2-SNAPSHOT</version>
+               <version>0.14.1</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
@@ -15,7 +15,6 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.dbunit.dataset.xml;resolution:="optional",
                                                        org.dbunit.operation;resolution:="optional",
                                                        junit.framework;resolution:="optional",
+                                                       org.apache.commons.vfs.*,
+                                                       javax.swing.plaf.metal
                                                </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
-
                </plugins>
        </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
+                       <version>0.14.1</version>
                </dependency>
 
                <!-- SSH -->
                        <artifactId>com.springsource.org.tmatesoft.svn</artifactId>
                </dependency>
 
+               <!-- Commons -->
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.vfs</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.commons.exec</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.redline_rpm</artifactId>
+               </dependency>
+
                <!-- TODO: check if necessary here -->
                <dependency>
                        <groupId>org.springframework</groupId>