]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
First functioning version of Jemmy tests with OSGi
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index 8797af1138ee9cac944bf66f4433093f2d93da07..e31d0bfb2fda5443fbb1a3e3e409ad729cf41267 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <skipTests>true</skipTests>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <profiles></profiles>
@@ -72,7 +79,7 @@
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.main</artifactId>
+                                       <artifactId>org.apache.felix.main</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
                        <version>3.8.2</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.sandbox</groupId>
+                       <artifactId>org.argeo.slc.sandbox.testui</artifactId>
+                       <version>0.1.1-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
+
                <!-- OSGi -->
                <dependency>
                        <groupId>org.apache.felix</groupId>