]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.gis/pom.xml
Improve JCR and GIS
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.gis / pom.xml
index 6894f5fc554a8ea38685f9cfec50a0a347726d23..fe5234d3f297e4327561c9d30ae32fd153df0366 100644 (file)
@@ -23,7 +23,7 @@
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.gis</artifactId>
-                       <version>${project.version}</version>
+                       <version>${version.slc}</version>
                </dependency>
 
                <!--  Needed by Geotools -->
                        <groupId>org.hibernate</groupId>
                        <artifactId>com.springsource.org.hibernate</artifactId>
                </dependency>
-               <dependency>
-                       <!-- Needed by DOM4j -->
-                       <groupId>javax.xml.stream</groupId>
-                       <artifactId>com.springsource.javax.xml.stream</artifactId>
-               </dependency>
 
        </dependencies>
+       <profiles>
+               <profile>
+                       <id>sdkWithModules</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.argeo.slc.modules</groupId>
+                                       <artifactId>org.argeo.slc.modules.gis.bundles</artifactId>
+                                       <version>${version.slc}</version>
+                                       <type>pom</type>
+                               </dependency>
+                       </dependencies>
+               </profile>
+               <profile>
+                       <id>sdkWithoutModules</id>
+               </profile>
+       </profiles>
 </project>
\ No newline at end of file