]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.testui/pom.xml
Make SLC projects compatible with the latest M2Eclipse plugin.
[gpl/argeo-slc.git] / sandbox / argeo.slc.testui / pom.xml
index b0efd6a92c444a73b185848568b55cdd1d711474..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>
                        </plugin>
                </plugins>
        </build>
+       <dependencies>
+
+               <dependency>
+                       <groupId>org.argeo.dep.jemmy</groupId>
+                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
+                       <version>0.2.2</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.2</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
        <distributionManagement>
                <repository>
                        <uniqueVersion>false</uniqueVersion>