]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
Restructure the dependencies between UI projects
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index f72615f8cc46bd1084575166898f8344db371aaf..efa8abce19d4647b53a7f36d17c403e4052f5f52 100644 (file)
@@ -5,7 +5,7 @@
        <groupId>org.argeo.slc.sandbox</groupId>
        <artifactId>org.argeo.slc.sandbox.jemmytest</artifactId>
        <name>SLC Sandbox JemmyTest</name>
-       <version>0.1.1-SNAPSHOT</version>
+       <version>0.1.2-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <build>
                <plugins>
@@ -23,9 +23,6 @@
                                                <Bundle-Activator>
                                                        org.argeo.slc.jemmytest.JemmyTestActivator
                                                </Bundle-Activator>
-                                               <Import-Package>
-                                                       !org.apache.felix.*,*
-                                               </Import-Package>
                                                <Export-Package>
                                                        org.argeo.slc.jemmytest.*
                                                </Export-Package>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.autoui</artifactId>
-                       <version>0.10.3-SNAPSHOT</version>
-                       <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>
+                       <version>0.11.1-SNAPSHOT</version>
                </dependency>
 
                <dependency>
                        <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
                        <version>0.2.1-SNAPSHOT</version>
                </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <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.osgi.core</artifactId>
-                       <version>1.0.0</version>
+                       <groupId>org.eclipse</groupId>
+                       <artifactId>osgi</artifactId>
+                       <version>3.3.0-v20070530</version>
                </dependency>
        </dependencies>
        <repositories>
                        <url>http://www.argeo.org/maven/argeo-snapshots</url>
                </repository>
        </repositories>
+       <distributionManagement>
+               <repository>
+                       <uniqueVersion>false</uniqueVersion>
+                       <id>argeo-restricted</id>
+                       <name>Argeo FOSS Repository</name>
+                       <url>file:///var/argeo/maven2/argeo</url>
+               </repository>
+               <snapshotRepository>
+                       <uniqueVersion>true</uniqueVersion>
+                       <id>argeo-snapshots-restricted</id>
+                       <name>Argeo FOSS Snapshots Repository</name>
+                       <url>file:///var/argeo/maven2/argeo-snapshots</url>
+               </snapshotRepository>
+       </distributionManagement>
 </project>
\ No newline at end of file