]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.aether/pom.xml
Fix RPM version
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.aether / pom.xml
index ca996935277f7c3c50767f044e7a870ff8790e24..db91744963d18d5bdb5befc1866951a620e6bb2e 100644 (file)
@@ -15,7 +15,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                        <artifactId>org.eclipse.osgi</artifactId>
                        <scope>provided</scope>
                </dependency>
+
+               <!-- Test -->
+               <dependency>
+                       <groupId>org.junit</groupId>
+                       <artifactId>com.springsource.junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 </project>