]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Reduce debug verbosity
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d3b02745ac5a2619b775e69b949664943a08619d..6a6346d2c89424a2deb2707a36cf990f6699ac93 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,7 @@
        <modules>
                <module>runtime</module>
                <module>dep</module>
+               <module>modules</module>
                <module>server</module>
                <module>demo</module>
                <module>integration-tests</module>
@@ -203,6 +204,16 @@ limitations under the License.
                                <artifactId>org.argeo.slc.specs</artifactId>
                                <version>${project.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.core</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.unit</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.launcher</artifactId>
@@ -218,11 +229,11 @@ limitations under the License.
                                <artifactId>org.argeo.slc.support.simple</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       <!--
-                               <dependency> <groupId>org.argeo.slc.runtime</groupId>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.ant</artifactId>
-                               <version>${project.version}</version> </dependency>
-                       -->
+                               <version>${project.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.hibernate</artifactId>
@@ -248,6 +259,11 @@ limitations under the License.
                                <artifactId>org.argeo.slc.osgiboot</artifactId>
                                <version>${project.version}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.osgi</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.equinox</artifactId>
@@ -476,7 +492,7 @@ limitations under the License.
                                <version>${version.spring-osgi}</version>
                        </dependency>
                        <dependency>
-                               <groupId>org.argeo.slc.dep.osgi</groupId>
+                               <groupId>org.argeo.dep.osgi</groupId>
                                <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
                                <version>1.0.0.argeo4</version>
                        </dependency>