]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.gis/pom.xml
Adapt to changes in Commons
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.gis / pom.xml
index 8a5b14c5acf4bb598cf17a0691666a20fd04c49f..ecbce95ffe2f1b8ad1eaa5b5dd75acc4072ac2ab 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.12.2-SNAPSHOT</version>
+               <version>0.13.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
                </plugins>
        </build>
        <dependencies>
+               <!-- Commons -->
+               <dependency>
+                       <groupId>org.argeo.commons.basic</groupId>
+                       <artifactId>org.argeo.basic.nodeps</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
+                       <version>${version.slc}</version>
                </dependency>
 
                <dependency>
                        <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
 
+               <!-- Spring -->
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.orm</artifactId>
+               </dependency>
+
                <!-- GIS -->
                <dependency>
                        <groupId>org.argeo.dep.osgi</groupId>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>com.springsource.org.apache.commons.beanutils</artifactId>
                </dependency>
+               <!-- JAI -->
+               <dependency>
+                       <groupId>javax.media.jai</groupId>
+                       <artifactId>com.springsource.javax.media.jai.core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.media.jai</groupId>
+                       <artifactId>com.springsource.javax.media.jai.codec</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.jai.imageio</artifactId>
+               </dependency>
+
+               <!-- TEST -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <scope>test</scope>
+                       <version>${version.slc}</version>
+               </dependency>
        </dependencies>
-       <repositories>
-               <repository>
-                       <id>com.springsource.repository.bundles.external</id>
-                       <name>
-                               SpringSource Enterprise Bundle Repository - External
-                               Bundle
-                               Releases
-                       </name>
-                       <url>
-                               http://repository.springsource.com/maven/bundles/external
-                       </url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>fail</checksumPolicy>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                               <updatePolicy>never</updatePolicy>
-                               <checksumPolicy>fail</checksumPolicy>
-                       </snapshots>
-               </repository>
-       </repositories>
 </project>
\ No newline at end of file