]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
Update Jemmy test config
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index 2e1662a0c73b99108594cf1c757bf58eb9d4dfa9..64ab8890a77af34b4f2e2e0418f725d192d1d22a 100644 (file)
@@ -1,43 +1,47 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>argeo-slc</artifactId>
+               <version>0.11.2-SNAPSHOT</version>
+               <relativePath>../../org.argeo.slc</relativePath>
+       </parent>
        <groupId>org.argeo.slc.sandbox</groupId>
        <artifactId>org.argeo.slc.sandbox.jemmytest</artifactId>
        <name>SLC Sandbox JemmyTest</name>
-       <version>0.1.1-SNAPSHOT</version>
-       <packaging>bundle</packaging>
+       <packaging>jar</packaging>
+       <properties></properties>
        <build>
                <plugins>
+                       <plugin>
+                               <artifactId>maven-jar-plugin</artifactId>
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>1.4.3</version>
-                               <extensions>true</extensions>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
-                                       <manifestLocation>META-INF</manifestLocation>
                                        <instructions>
-                                               <Bundle-SymbolicName>
-                                                       ${pom.artifactId}
-                                               </Bundle-SymbolicName>
-                                               <Bundle-Activator>
-                                                       org.argeo.slc.jemmytest.JemmyTestActivator
-                                               </Bundle-Activator>
-                                               <Import-Package>
-                                                       !org.apache.felix.*,*
-                                               </Import-Package>
                                                <Export-Package>
                                                        org.argeo.slc.jemmytest.*
-                                               </Export-Package>
+                        </Export-Package>
+                                               <Import-Package>
+                                                       *,org.springframework.beans.factory.config
+                        </Import-Package>
+                                               <Require-Bundle>
+                                                       org.argeo.slc.detached
+                        </Require-Bundle>
                                        </instructions>
+
                                </configuration>
                        </plugin>
                        <plugin>
                                <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.4</target>
                                </configuration>
                        </plugin>
                        <plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <skipTests>true</skipTests>
-                               </configuration>
+                               <configuration></configuration>
                        </plugin>
                </plugins>
        </build>
        <profiles></profiles>
        <dependencies>
-               <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>
-               </dependency>
+
 
                <dependency>
-                       <groupId>org.argeo.dep.jemmy</groupId>
-                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.lib.detached</artifactId>
+                       <version>${project.version}</version>
                </dependency>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>3.8.2</version>
-                       <scope>test</scope>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.launcher</artifactId>
+                       <version>${project.version}</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.sandbox</groupId>
-                       <artifactId>org.argeo.slc.sandbox.testui</artifactId>
-                       <version>0.1.1-SNAPSHOT</version>
-                       <scope>test</scope>
+                       <groupId>org.argeo.dep.jemmy</groupId>
+                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
                </dependency>
 
-               <!-- OSGi -->
                <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>1.0.0</version>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.detached.launcher</artifactId>
+                       <version>${project.version}</version>
                </dependency>
+
+               <!--
+                       <dependency> <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.detached</artifactId>
+                       <version>${project.version}</version> <exclusions> <exclusion>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                       </exclusion> </exclusions> </dependency> <dependency>
+                       <groupId>org.argeo.dep.jemmy</groupId>
+                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId> </dependency>
+
+                       <dependency> <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.detached.launcher</artifactId>
+                       <version>${project.version}</version> <exclusions> <exclusion>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                       </exclusion> </exclusions> </dependency> <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.agent</artifactId>
+                       <version>${project.version}</version> <exclusions> <exclusion>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                       </exclusion> </exclusions> </dependency>
+               -->
        </dependencies>
-       <repositories>
-               <repository>
-                       <id>argeo</id>
-                       <url>http://www.argeo.org/maven/argeo</url>
-               </repository>
-       </repositories>
 </project>
\ No newline at end of file