]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.gis/pom.xml
Build moduels before dep
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.gis / pom.xml
index efa20eafcdf040846e7ef33473bd2e62ed5730a1..c689f28299bf284353b94d737cc844163812010b 100644 (file)
@@ -23,6 +23,7 @@
                                                </Export-Package>
                                                <Import-Package>*,
                                                        org.opengis.feature.simple,
+                                                       org.argeo.slc.structure
                                                </Import-Package>
                                        </instructions>
                                </configuration>
                </plugins>
        </build>
        <dependencies>
+               <!-- SLC -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.core</artifactId>
+               </dependency>
+
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
 
+               <!-- GIS -->
                <dependency>
                        <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.jts</artifactId>
                        <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>
+
        </dependencies>
        <repositories>
                <repository>