]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
Simplify projects
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index 8797af1138ee9cac944bf66f4433093f2d93da07..2649e4b2f2a1a631b926187abc40e7c787a246ce 100644 (file)
                                                        org.argeo.slc.jemmytest.JemmyTestActivator
                                                </Bundle-Activator>
                                                <Import-Package>
-                                                       !org.apache.felix.*,*,javax.swing.*
+                                                       !org.apache.felix.*,*
                                                </Import-Package>
                                                <Export-Package>
                                                        org.argeo.slc.jemmytest.*
                                                </Export-Package>
-                                               <!-- 
-                                                       <Require-Bundle>
-                                                       org.argeo.slc.autoui
-                                                       </Require-Bundle> -->
                                        </instructions>
                                </configuration>
                        </plugin>
                                        </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 +75,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>
-                       <artifactId>org.apache.felix.main</artifactId>
-                       <version>1.2.1</version>
+                       <artifactId>org.osgi.core</artifactId>
+                       <version>1.0.0</version>
                </dependency>
        </dependencies>
        <repositories>