]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.server/pom.xml
introduction of new architecture for target platforms with sdk.rap and sdk.rcp distin...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.server / pom.xml
index 2229cddcb7bf8b17ca8d354c6c81310706345ce7..c826dd5696a010c92b010acdf9059d4c30092395 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>
@@ -27,6 +27,7 @@
                                                        org.argeo.slc.activemq,
                                                        org.argeo.slc.execution,
                                                        org.springframework.context.support,
+                                                       org.tmatesoft.svn.*;resolution:=optional,
                                                        *
                                                </Import-Package>
                                        </instructions>
@@ -46,6 +47,7 @@
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
+                       <version>${project.version}</version>
                </dependency>
 
                <!-- Spring -->
                        <artifactId>com.springsource.org.antlr</artifactId>
                </dependency>
 
+               <!-- SVN -->
+               <dependency>
+                       <groupId>com.svnkit</groupId>
+                       <artifactId>com.springsource.org.tmatesoft.svn</artifactId>
+                       <optional>true</optional>
+               </dependency>
+
+               <!-- Commons VFS <dependency> <groupId>org.apache.commons</groupId> <artifactId>com.springsource.org.apache.commons.vfs</artifactId> 
+                       </dependency> -->
        </dependencies>
 </project>