]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/pom.xml
Start working on repo
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / pom.xml
index a53ef42ceb9b6ff3c417e8456b33ad7a1f40116a..2335b53606462a886714fe959b58c86cb32462c9 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.12.2-SNAPSHOT</version>
+               <version>0.13.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
@@ -29,7 +29,8 @@
                                                        org.dbunit.dataset.xml;resolution:="optional",
                                                        org.dbunit.operation;resolution:="optional",
                                                        junit.framework;resolution:="optional",
-                                                       org.apache.commons.vfs.*
+                                                       org.apache.commons.vfs.*,
+                                                       javax.swing.plaf.metal
                                                </Import-Package>
                                        </instructions>
                                </configuration>
@@ -41,6 +42,7 @@
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
+                       <version>${version.slc}</version>
                </dependency>
 
                <!-- SSH -->
                        <artifactId>com.springsource.org.tmatesoft.svn</artifactId>
                </dependency>
 
-               <!--  Commons VFS -->
+               <!-- Commons VFS -->
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>com.springsource.org.apache.commons.vfs</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>