]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Move SLF4J implementation from Commons to SLC
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3f58490124342cd2ead588c1e5c83166f4400ce1..dbccb64e629768f8ef4aa8275360c732b25160d2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.maven</groupId>
                <artifactId>argeo-osgi-parent</artifactId>
-               <version>2.1.4</version>
+               <version>2.1.7</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
@@ -18,7 +18,7 @@
 
                <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
                <developmentCycle.slc>2.3</developmentCycle.slc>
-               <version.argeo-commons-legacy>2.1.87-SNAPSHOT</version.argeo-commons-legacy>
+               <version.argeo-commons-legacy>2.3-SNAPSHOT</version.argeo-commons-legacy>
        </properties>
        <modules>
                <!-- SLC framework -->
@@ -26,7 +26,7 @@
                <module>org.argeo.slc.runtime</module>
                <module>org.argeo.slc.jcr</module>
                <module>org.argeo.slc.repo</module>
-               <module>org.argeo.slc.factory</module>
+               <module>org.argeo.slc.rpmfactory</module>
                
                <!-- CMS extensions -->
                <module>cms</module>
                                        <groupId>org.argeo.tp.misc</groupId>
                                        <artifactId>slf4j.osgi</artifactId>
                                </exclusion>
+                               <!-- Make sure JTA is not used anymore -->
+                               <exclusion>
+                                       <groupId>org.argeo.tp.javax</groupId>
+                                       <artifactId>javax.transaction-api</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
        </dependencies>
                        <url>file:///srv/docfactory/argeo-2.3/site/argeo-slc/</url>
                </site>
        </distributionManagement>
-       <profiles>
-               <profile>
-                       <id>localrepo</id>
-                       <repositories>
-                               <repository>
-                                       <id>argeo-extras</id>
-                                       <url>http://localhost:7080/data/java/argeo-extras-2.3</url>
-                                       <releases>
-                                               <enabled>true</enabled>
-                                               <updatePolicy>daily</updatePolicy>
-                                               <checksumPolicy>warn</checksumPolicy>
-                                       </releases>
-                               </repository>
-                       </repositories>
-               </profile>
-       </profiles>
 </project>