]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.osgiboot/pom.xml
Improce documentation
[gpl/argeo-slc.git] / runtime / org.argeo.slc.osgiboot / pom.xml
index df47dc71ae916b59ccef5e3ef362ec77ec646eaa..8278d1400fb0eceda38efe80aaeb88d9ba7780f4 100644 (file)
@@ -2,11 +2,12 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.argeo.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
+               <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.osgiboot</artifactId>
        <packaging>jar</packaging>
        <name>Argeo SLC OSGi Boot</name>
@@ -53,7 +54,6 @@
                                <configuration>
                                        <instructions>
                                                <Bundle-Activator>org.argeo.slc.osgiboot.Activator</Bundle-Activator>
-                                               <Private-Package>org.argeo.slc.osgiboot.internal.*</Private-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                        <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
 
+               <!-- TEST -->
+               <dependency>
+                       <groupId>org.junit</groupId>
+                       <artifactId>com.springsource.junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
+
+
 </project>