]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.testui/pom.xml
Rename to integration-tests
[gpl/argeo-slc.git] / sandbox / argeo.slc.testui / pom.xml
index 9192439c8f2d660001a3649556ab70ef641e42fd..d1b588f3ab9b150f8f4fa939c90215dbfa0909ff 100644 (file)
@@ -13,8 +13,8 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
-                                       <source>1.3</source>
-                                       <target>1.3</target>
+                                       <source>1.4</source>
+                                       <target>1.2</target>
                                </configuration>
                        </plugin>
                        <plugin>
                </plugins>
        </build>
        <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.autoui</artifactId>
-                       <version>0.11.1-SNAPSHOT</version>
-                       <scope>test</scope>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.apache.felix</groupId>
-                                       <artifactId>org.osgi.core</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.apache.felix</groupId>
-                                       <artifactId>org.apache.felix.main</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
 
                <dependency>
                        <groupId>org.argeo.dep.jemmy</groupId>
                        <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
+                       <version>0.2.2</version>
                        <scope>test</scope>
                </dependency>
                <dependency>