Improve GIS
[lgpl/argeo-commons.git] / gis / runtime / org.argeo.gis.geotools / pom.xml
index d2533069031ebe25b121965f8e0ab3b2868120c0..f22db4dcbb8fee4763ac1c40126059c74fa6c396 100644 (file)
@@ -29,7 +29,7 @@
                                <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
-                                               <Export-Package>org.argeo.geotools.*</Export-Package>
+                                               <Export-Package>org.argeo.geotools.*,org.argeo.jts.*</Export-Package>
                                                <Import-Package>org.argeo.jcr.gis,*</Import-Package>
                                        </instructions>
                                </configuration>
                        </artifactId>
                </dependency>
 
+               <!-- OSGi -->
+               <dependency>
+                       <groupId>org.eclipse.osgi</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+               </dependency>
+
                <!-- OSGi test -->
                <dependency>
                        <groupId>org.argeo.commons.osgi</groupId>