]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.repo/pom.xml
Introduce OSGi Factory
[gpl/argeo-slc.git] / runtime / org.argeo.slc.repo / pom.xml
index 32c1be4e0a4a5613fde789a2c18a339b307d4772..3231ff7cb859763d9d1312bf8067d697b198e500 100644 (file)
@@ -1,14 +1,15 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.1.6</version>
+               <version>1.1.14-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 +23,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.6</version>
+                       <version>1.1.14-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.jcr</artifactId>
-                       <version>1.1.6</version>
+                       <version>1.1.14-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>
+
        </dependencies>
 </project>
\ No newline at end of file