Improve security
[lgpl/argeo-commons.git] / gis / runtime / org.argeo.gis.geotools / pom.xml
index 46168eb9df82f2721a2c7bc9ec84c84034416a24..92a81f8cd48a2bdbfbc4d9ac4b656882940520cb 100644 (file)
@@ -30,6 +30,7 @@
                                <configuration>
                                        <instructions>
                                                <Export-Package>org.argeo.geotools.*</Export-Package>
+                                               <Import-Package>org.argeo.jcr.gis,*</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
        <dependencies>
-               <!-- Geotools -->
+               <!-- JCR -->
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.jcr</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+
+               <!-- Geotools, JTS, etc. -->
                <dependency>
                        <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.geotools</artifactId>
                        <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.java3d</artifactId>
                </dependency>
+               <!-- For EPSG database -->
+               <dependency>
+                       <groupId>org.hsqldb</groupId>
+                       <artifactId>com.springsource.org.hsqldb</artifactId>
+               </dependency>
                <!-- Apache Commons -->
                <dependency>
                        <groupId>org.apache.commons</groupId>