]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.gis/pom.xml
Primitive arguments working
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.gis / pom.xml
index 4af047f4aaf9cb988dc2a255b27f4656e8285cf2..22961342b6fbd65fec274a268751465efe17d91c 100644 (file)
                                                <Export-Package>
                                                        org.argeo.slc.*
                                                </Export-Package>
-                                               <Import-Package>*,
+                                               <Import-Package>
                                                        org.opengis.feature.simple,
                                                        org.argeo.slc.structure,
-                                                       org.springframework.dao.support
+                                                       org.springframework.dao.support,
+                                                       org.hibernate.proxy;resolution:=optional,
+                                                       javassist.util.proxy;resolution:=optional,
+                                                       *
                                                </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <skipTests>true</skipTests>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
                        <artifactId>org.argeo.basic.nodeps</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.gis</groupId>
+                       <artifactId>org.argeo.gis.geotools</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
 
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.java3d</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.dep.osgi</groupId>
-                       <artifactId>org.argeo.dep.osgi.geoapi</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>com.springsource.org.apache.commons.beanutils</artifactId>
                        <version>${version.slc}</version>
                </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>