RPM build
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 972130b7084abdad29ad64065e66b8362df32e10..f924cfbf27d33ccb6575c48c1da6459bd79b917c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.31-SNAPSHOT</version>
+               <version>2.1.32-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
@@ -40,7 +40,7 @@
 
                <module>lib</module>
                <module>dep</module>
-               <!-- <module>dist</module> -->
+               <module>dist</module>
                <module>demo</module>
        </modules>
        <url>http://projects.argeo.org/slc/</url>
@@ -148,6 +148,17 @@ limitations under the License.
                        <scope>provided</scope>
                </dependency>
        </dependencies>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp.extras</groupId>
+                               <artifactId>argeo-tp-extras</artifactId>
+                               <version>${version.argeo-tp-extras}</version>
+                               <scope>import</scope>
+                               <type>pom</type>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
        <distributionManagement>
                <repository>
                        <id>staging</id>