]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.detached/pom.xml
Improve dependencies
[gpl/argeo-slc.git] / org.argeo.slc.detached / pom.xml
index a5bc06f6b6dd2976f1336eda468891c08eab7ed2..e79655a39f22223c44a9845dd0930ebbc280c05a 100644 (file)
@@ -20,7 +20,9 @@
                                <version>1.4.3</version>
                                <extensions>true</extensions>
                                <configuration>
-                                       <manifestLocation>src/main/resources/META-INF</manifestLocation>
+                                       <manifestLocation>
+                                               src/main/resources/META-INF
+                                       </manifestLocation>
                                        <instructions>
                                                <Bundle-SymbolicName>
                                                        ${pom.artifactId}
        </build>
        <dependencies>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse</groupId>
-                       <artifactId>osgi</artifactId>
-                       <version>3.3.0-v20070530</version>
+                       <groupId>org.apache.felix</groupId>
+                       <artifactId>org.osgi.core</artifactId>
                </dependency>
 
                <dependency>
                        <version>2.0.8</version>
                </dependency>
 
+<!-- 
                <dependency>
                        <groupId>org.codehaus.castor</groupId>
                        <artifactId>castor</artifactId>
                </dependency>
+ -->
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+               </dependency>           
        </dependencies>
 </project>
\ No newline at end of file