]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.autoui/pom.xml
Introduce detached execution server.
[gpl/argeo-slc.git] / org.argeo.slc.autoui / pom.xml
index 9722210baa105ad106d96765d7645cb10b2cb044..85d7ed8caf000a21fb6924cfb6627ecc6eecf21f 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.3-SNAPSHOT</version>
+               <version>0.11.1-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>org.argeo.slc.autoui</artifactId>
@@ -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}
                                                <Export-Package>
                                                        org.argeo.slc.autoui.*
                                                </Export-Package>
-                                               <!-- 
-                                                       <Export-Service>
-                                                       org.argeo.slc.autoui.AutoUiApplication
-                                                       </Export-Service> -->
                                        </instructions>
                                </configuration>
                        </plugin>
@@ -43,7 +39,7 @@
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
                                        <source>1.3</source>
-                                       <target>1.1</target>
+                                       <target>1.3</target>
                                </configuration>
                        </plugin>
                        <plugin>
                </plugins>
        </build>
        <dependencies>
-               <!-- 
-                       <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>
+                       <groupId>org.eclipse</groupId>
+                       <artifactId>osgi</artifactId>
+                       <version>3.3.0-v20070530</version>
                </dependency>
 
-               <!-- OSGi 
                <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>1.0.0</version>
-               </dependency>-->
-               
-                       <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.main</artifactId>
-                       </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