]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.testui/pom.xml
Restructure the dependencies between UI projects
[gpl/argeo-slc.git] / sandbox / argeo.slc.testui / pom.xml
index b0efd6a92c444a73b185848568b55cdd1d711474..9192439c8f2d660001a3649556ab70ef641e42fd 100644 (file)
                        </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>
+                       <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>