]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.repo/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / runtime / org.argeo.slc.repo / pom.xml
index 9a24da2ed67a94690f5095d00782f89bdbd333ed..6943e89080c974f42a698c8fb65f96c2650e8f30 100644 (file)
@@ -4,11 +4,11 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.1.4-SNAPSHOT</version>
+               <version>1.1.17-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.repo</artifactId>
-       <name>SLC Repository</name>
+       <name>SLC Repo Runtime</name>
        <build>
                <plugins>
                        <plugin>
@@ -22,6 +22,7 @@
                                                </Export-Package>
                                                <Import-Package>
                                                        org.w3c.dom.*;version="0.0.0",
+                                                       org.xml.sax.*;version="0.0.0",
                                                        javax.xml.transform.*;version="0.0.0",
                                                        javax.xml.parsers.*;version="0.0.0",
                                                        javax.jcr.nodetype,
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.aether</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
+                       <version>1.1.17-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.jcr</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
+                       <version>1.1.17-SNAPSHOT</version>
                </dependency>
 
                <!-- Commons -->
                </dependency>
 
                <!-- Third party -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.eclipse.osgi</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>org.apache.commons.io</artifactId>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>javax.servlet</artifactId>
                </dependency>
+
+               <!-- OSGi -->
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>biz.aQute.bndlib</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+                       <scope>provided</scope>
+               </dependency>
+
+               <!-- RPM -->
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.redline_rpm</artifactId>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file