]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.autoui/pom.xml
Introduce file driver.
[gpl/argeo-slc.git] / org.argeo.slc.autoui / pom.xml
index cbb20cc5251c8b4489eff831404e7921dc8f8c46..4c526a48e39bedd2044c2223ec7b908bb7aada57 100644 (file)
@@ -20,7 +20,7 @@
                                <version>1.4.3</version>
                                <extensions>true</extensions>
                                <configuration>
-                                       <manifestLocation>META-INF</manifestLocation>
+                                       <manifestLocation>src/main/resources/META-INF</manifestLocation>
                                        <instructions>
                                                <Bundle-SymbolicName>
                                                        ${pom.artifactId}
                </plugins>
        </build>
        <dependencies>
-               <!-- 
-                       <dependency>
+               <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       </dependency>
-                       <dependency>
-                       <groupId>commons-logging</groupId>
-                       <artifactId>commons-logging</artifactId>
-                       </dependency>
-                       <dependency>
-                       <groupId>log4j</groupId>
-                       <artifactId>log4j</artifactId>
-                       </dependency>
-               -->
-               <dependency>
-                       <groupId>org.argeo.dep.jemmy</groupId>
-                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
                </dependency>
-
-               <!-- OSGi 
-                       <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>1.0.0</version>
-                       </dependency>
-               -->
                <dependency>
                        <groupId>org.eclipse</groupId>
                        <artifactId>osgi</artifactId>
                        <version>3.3.0-v20070530</version>
                </dependency>
+
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-context</artifactId>
+                       <version>2.0.8</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.codehaus.castor</groupId>
+                       <artifactId>castor</artifactId>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file