(non fonctionning) OSGi tests
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 19 Sep 2008 18:01:03 +0000 (18:01 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 19 Sep 2008 18:01:03 +0000 (18:01 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1600 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc/pom.xml

index 2182c2d0027fb56254386f9c4216b1efa9536e35..57deef56fc908192d75b3daed5e490bd49017a50 100644 (file)
-<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>
-    <groupId>org.argeo.slc</groupId>
-    <artifactId>argeo-slc</artifactId>
-    <packaging>pom</packaging>
-    <name>Argeo SLC</name>
-    <version>0.10.3-SNAPSHOT</version>
-    <description>SLC Distribution</description>
-    <url>
-        http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
-    </url>
-    <properties>
-        <version.spring>2.5.5</version.spring>
-        <version.spring-ws>1.5.4</version.spring-ws>
-        <version.maven>2.0.9</version.maven>
-        <version.ant>1.7.1</version.ant>
-        <version.jetty>6.1.11</version.jetty>
-    </properties>
-    <scm>
-        <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc</connection>
-        <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>
-    </scm>
-    <issueManagement>
-        <system>Bugzilla</system>
-        <url>https://www.argeo.org/bugzilla/</url>
-    </issueManagement>
-    <licenses>
-        <license>
-            <name>Apache 2</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
-    <organization>
-        <name>Argeo</name>
-        <url>http://www.argeo.org</url>
-    </organization>
-    <developers>
-        <developer>
-            <id>mbaudier</id>
-            <name>Mathieu Baudier</name>
-            <email>mbaudier@argeo.org</email>
-            <organization>Argeo</organization>
-            <organizationUrl>http://www.argeo.org</organizationUrl>
-            <roles>
-                <role>architect</role>
-                <role>developer</role>
-            </roles>
-            <timezone>+1</timezone>
-        </developer>
-    </developers>
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <configuration>
-                        <source>1.5</source>
-                        <target>1.5</target>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-source-plugin</artifactId>
-                    <executions>
-                        <execution>
-                            <id>attach-sources</id>
-                            <phase>package</phase>
-                            <goals>
-                                <goal>jar</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <executions>
-                        <execution>
-                            <id>attach-javadoc</id>
-                            <phase>package</phase>
-                            <goals>
-                                <goal>jar</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <groupId>org.mortbay.jetty</groupId>
-                    <artifactId>maven-jetty-plugin</artifactId>
-                    <version>${version.jetty}</version>
-                    <configuration>
-                        <contextPath>org.argeo.slc.webapp</contextPath>
-                        <stopKey>stopKey</stopKey>
-                        <stopPort>9091</stopPort>
-                        <connectors>
-                            <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-                                <port>9090</port>
-                                <maxIdleTime>60000</maxIdleTime>
-                            </connector>
-                        </connectors>
-                    </configuration>
-                    <dependencies>
-                        <dependency>
-                            <groupId>hsqldb</groupId>
-                            <artifactId>hsqldb</artifactId>
-                            <version>1.8.0.9</version>
-                        </dependency>
-                        <dependency>
-                            <groupId>org.mortbay.jetty</groupId>
-                            <artifactId>jetty-plus</artifactId>
-                            <version>${version.jetty}</version>
-                        </dependency>
-                        <dependency>
-                            <groupId>org.mortbay.jetty</groupId>
-                            <artifactId>jetty-naming</artifactId>
-                            <version>${version.jetty}</version>
-                        </dependency>
-                        <dependency>
-                            <groupId>log4j</groupId>
-                            <artifactId>log4j</artifactId>
-                            <version>1.2.14</version>
-                            <type>jar</type>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <inherited>false</inherited>
-                <configuration>
-                    <descriptors>
-                        <descriptor>
-                            src/assembly/with-dependencies.xml
-                        </descriptor>
-                    </descriptors>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </reporting>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>javax.transaction</groupId>
-                <artifactId>jta</artifactId>
-                <version>1.0.1</version>
-            </dependency>
+<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>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>argeo-slc</artifactId>
+       <packaging>pom</packaging>
+       <name>Argeo SLC</name>
+       <version>0.10.3-SNAPSHOT</version>
+       <description>SLC Distribution</description>
+       <url>
+               http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
+       </url>
+       <properties>
+               <version.spring>2.5.5</version.spring>
+               <version.spring-ws>1.5.4</version.spring-ws>
+               <version.maven>2.0.9</version.maven>
+               <version.ant>1.7.1</version.ant>
+               <version.jetty>6.1.11</version.jetty>
+       </properties>
+       <scm>
+               <connection>
+                       scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc
+               </connection>
+               <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>
+       </scm>
+       <issueManagement>
+               <system>Bugzilla</system>
+               <url>https://www.argeo.org/bugzilla/</url>
+       </issueManagement>
+       <licenses>
+               <license>
+                       <name>Apache 2</name>
+                       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+                       <distribution>repo</distribution>
+                       <comments>A business-friendly OSS license</comments>
+               </license>
+       </licenses>
+       <organization>
+               <name>Argeo</name>
+               <url>http://www.argeo.org</url>
+       </organization>
+       <developers>
+               <developer>
+                       <id>mbaudier</id>
+                       <name>Mathieu Baudier</name>
+                       <email>mbaudier@argeo.org</email>
+                       <organization>Argeo</organization>
+                       <organizationUrl>http://www.argeo.org</organizationUrl>
+                       <roles>
+                               <role>architect</role>
+                               <role>developer</role>
+                       </roles>
+                       <timezone>+1</timezone>
+               </developer>
+       </developers>
+       <build>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-compiler-plugin</artifactId>
+                                       <configuration>
+                                               <source>1.5</source>
+                                               <target>1.5</target>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-source-plugin</artifactId>
+                                       <executions>
+                                               <execution>
+                                                       <id>attach-sources</id>
+                                                       <phase>package</phase>
+                                                       <goals>
+                                                               <goal>jar</goal>
+                                                       </goals>
+                                               </execution>
+                                       </executions>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-javadoc-plugin</artifactId>
+                                       <executions>
+                                               <execution>
+                                                       <id>attach-javadoc</id>
+                                                       <phase>package</phase>
+                                                       <goals>
+                                                               <goal>jar</goal>
+                                                       </goals>
+                                               </execution>
+                                       </executions>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.mortbay.jetty</groupId>
+                                       <artifactId>maven-jetty-plugin</artifactId>
+                                       <version>${version.jetty}</version>
+                                       <configuration>
+                                               <contextPath>org.argeo.slc.webapp</contextPath>
+                                               <stopKey>stopKey</stopKey>
+                                               <stopPort>9091</stopPort>
+                                               <connectors>
+                                                       <connector
+                                                               implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+                                                               <port>9090</port>
+                                                               <maxIdleTime>60000</maxIdleTime>
+                                                       </connector>
+                                               </connectors>
+                                       </configuration>
+                                       <dependencies>
+                                               <dependency>
+                                                       <groupId>hsqldb</groupId>
+                                                       <artifactId>hsqldb</artifactId>
+                                                       <version>1.8.0.9</version>
+                                               </dependency>
+                                               <dependency>
+                                                       <groupId>org.mortbay.jetty</groupId>
+                                                       <artifactId>jetty-plus</artifactId>
+                                                       <version>${version.jetty}</version>
+                                               </dependency>
+                                               <dependency>
+                                                       <groupId>org.mortbay.jetty</groupId>
+                                                       <artifactId>jetty-naming</artifactId>
+                                                       <version>${version.jetty}</version>
+                                               </dependency>
+                                               <dependency>
+                                                       <groupId>log4j</groupId>
+                                                       <artifactId>log4j</artifactId>
+                                                       <version>1.2.14</version>
+                                                       <type>jar</type>
+                                               </dependency>
+                                       </dependencies>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <inherited>false</inherited>
+                               <configuration>
+                                       <descriptors>
+                                               <descriptor>
+                                                       src/assembly/with-dependencies.xml
+                                               </descriptor>
+                                       </descriptors>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-report-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>cobertura-maven-plugin</artifactId>
+                       </plugin>
+               </plugins>
+       </reporting>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>javax.transaction</groupId>
+                               <artifactId>jta</artifactId>
+                               <version>1.0.1</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>3.8.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.dbunit</groupId>
-                <artifactId>dbunit</artifactId>
-                <version>2.2.3</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>junit-addons</groupId>
-                        <artifactId>junit-addons</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>poi</groupId>
-                        <artifactId>poi</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>1.2.15</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>com.sun.jmx</groupId>
-                        <artifactId>jmxri</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>com.sun.jdmk</groupId>
-                        <artifactId>jmxtools</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.mail</groupId>
-                        <artifactId>mail</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.jms</groupId>
-                        <artifactId>jms</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>1.1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.hibernate</groupId>
-                <artifactId>hibernate</artifactId>
-                <version>3.2.6.ga</version>
-            </dependency>
-            <dependency>
-                <groupId>net.sf.ehcache</groupId>
-                <artifactId>ehcache</artifactId>
-                <version>1.4.1</version>
-            </dependency>
+                       <dependency>
+                               <groupId>junit</groupId>
+                               <artifactId>junit</artifactId>
+                               <version>3.8.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.dbunit</groupId>
+                               <artifactId>dbunit</artifactId>
+                               <version>2.2.3</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>junit-addons</groupId>
+                                               <artifactId>junit-addons</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>poi</groupId>
+                                               <artifactId>poi</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>log4j</groupId>
+                               <artifactId>log4j</artifactId>
+                               <version>1.2.15</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>com.sun.jmx</groupId>
+                                               <artifactId>jmxri</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>com.sun.jdmk</groupId>
+                                               <artifactId>jmxtools</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>javax.mail</groupId>
+                                               <artifactId>mail</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>javax.jms</groupId>
+                                               <artifactId>jms</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>commons-logging</groupId>
+                               <artifactId>commons-logging</artifactId>
+                               <version>1.1.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.hibernate</groupId>
+                               <artifactId>hibernate</artifactId>
+                               <version>3.2.6.ga</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>net.sf.ehcache</groupId>
+                               <artifactId>ehcache</artifactId>
+                               <version>1.4.1</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-context</artifactId>
-                <version>${version.spring}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-context-support</artifactId>
-                <version>${version.spring}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-orm</artifactId>
-                <version>${version.spring}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-jdbc</artifactId>
-                <version>${version.spring}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-webmvc</artifactId>
-                <version>${version.spring}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-aop</artifactId>
-                <version>${version.spring}</version>
-            </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-context</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-context-support</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-orm</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-jdbc</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-webmvc</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-aop</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>org.springframework.ws</groupId>
-                <artifactId>spring-ws-core</artifactId>
-                <version>${version.spring-ws}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework.ws</groupId>
-                <artifactId>spring-oxm</artifactId>
-                <version>${version.spring-ws}</version>
-            </dependency>
+                       <dependency>
+                               <groupId>org.springframework.ws</groupId>
+                               <artifactId>spring-ws-core</artifactId>
+                               <version>${version.spring-ws}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.ws</groupId>
+                               <artifactId>spring-oxm</artifactId>
+                               <version>${version.spring-ws}</version>
+                       </dependency>
 
-            <!-- Ant -->
-            <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant</artifactId>
-                <version>${version.ant}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant-commons-logging</artifactId>
-                <version>${version.ant}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant-commons-net</artifactId>
-                <version>${version.ant}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant-apache-oro</artifactId>
-                <version>${version.ant}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant-apache-bsf</artifactId>
-                <version>${version.ant}</version>
-            </dependency>
-            <!-- Required by FTP Ant task -->
-            <dependency>
-                <groupId>commons-net</groupId>
-                <artifactId>commons-net</artifactId>
-                <version>1.4.1</version>
-            </dependency>
-            <dependency>
-                <groupId>oro</groupId>
-                <artifactId>oro</artifactId>
-                <version>2.0.8</version>
-            </dependency>
+                       <!-- Ant -->
+                       <dependency>
+                               <groupId>org.apache.ant</groupId>
+                               <artifactId>ant</artifactId>
+                               <version>${version.ant}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.ant</groupId>
+                               <artifactId>ant-commons-logging</artifactId>
+                               <version>${version.ant}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.ant</groupId>
+                               <artifactId>ant-commons-net</artifactId>
+                               <version>${version.ant}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.ant</groupId>
+                               <artifactId>ant-apache-oro</artifactId>
+                               <version>${version.ant}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.ant</groupId>
+                               <artifactId>ant-apache-bsf</artifactId>
+                               <version>${version.ant}</version>
+                       </dependency>
+                       <!-- Required by FTP Ant task -->
+                       <dependency>
+                               <groupId>commons-net</groupId>
+                               <artifactId>commons-net</artifactId>
+                               <version>1.4.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>oro</groupId>
+                               <artifactId>oro</artifactId>
+                               <version>2.0.8</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>1.4</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-cli</groupId>
-                <artifactId>commons-cli</artifactId>
-                <version>1.1</version>
-            </dependency>
+                       <dependency>
+                               <groupId>commons-io</groupId>
+                               <artifactId>commons-io</artifactId>
+                               <version>1.4</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>commons-cli</groupId>
+                               <artifactId>commons-cli</artifactId>
+                               <version>1.1</version>
+                       </dependency>
 
-            <!-- DB Drivers -->
-            <dependency>
-                <groupId>hsqldb</groupId>
-                <artifactId>hsqldb</artifactId>
-                <version>1.8.0.9</version>
-            </dependency>
+                       <!-- DB Drivers -->
+                       <dependency>
+                               <groupId>hsqldb</groupId>
+                               <artifactId>hsqldb</artifactId>
+                               <version>1.8.0.9</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>org.codehaus.castor</groupId>
-                <artifactId>castor</artifactId>
-                <version>1.2</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>xerces</groupId>
-                        <artifactId>xerces</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>xerces</groupId>
-                <artifactId>xercesImpl</artifactId>
-                <version>2.8.1</version>
-            </dependency>
+                       <dependency>
+                               <groupId>org.codehaus.castor</groupId>
+                               <artifactId>castor</artifactId>
+                               <version>1.2</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>xerces</groupId>
+                                               <artifactId>xerces</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>xerces</groupId>
+                               <artifactId>xercesImpl</artifactId>
+                               <version>2.8.1</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>xalan</groupId>
-                <artifactId>xalan</artifactId>
-                <version>2.7.0</version>
-            </dependency>
+                       <dependency>
+                               <groupId>xalan</groupId>
+                               <artifactId>xalan</artifactId>
+                               <version>2.7.0</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>javax.xml.soap</groupId>
-                <artifactId>saaj-api</artifactId>
-                <version>1.3</version>
-                <scope>runtime</scope>
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.activation</groupId>
-                        <artifactId>activation</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>com.sun.xml.messaging.saaj</groupId>
-                <artifactId>saaj-impl</artifactId>
-                <version>1.3</version>
-                <scope>runtime</scope>
-            </dependency>
-            <dependency>
-                <groupId>javax.activation</groupId>
-                <artifactId>activation</artifactId>
-                <version>1.1</version>
-                <scope>runtime</scope>
-            </dependency>
+                       <dependency>
+                               <groupId>javax.xml.soap</groupId>
+                               <artifactId>saaj-api</artifactId>
+                               <version>1.3</version>
+                               <scope>runtime</scope>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>javax.activation</groupId>
+                                               <artifactId>activation</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.sun.xml.messaging.saaj</groupId>
+                               <artifactId>saaj-impl</artifactId>
+                               <version>1.3</version>
+                               <scope>runtime</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.activation</groupId>
+                               <artifactId>activation</artifactId>
+                               <version>1.1</version>
+                               <scope>runtime</scope>
+                       </dependency>
 
-            <dependency>
-                <groupId>javax.servlet</groupId>
-                <artifactId>jstl</artifactId>
-                <version>1.1.2</version>
-            </dependency>
-            <dependency>
-                <groupId>taglibs</groupId>
-                <artifactId>standard</artifactId>
-                <version>1.1.2</version>
-            </dependency>
-            <dependency>
-                <groupId>javax.servlet</groupId>
-                <artifactId>servlet-api</artifactId>
-                <version>2.5</version>
-            </dependency>
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>jstl</artifactId>
+                               <version>1.1.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>taglibs</groupId>
+                               <artifactId>standard</artifactId>
+                               <version>1.1.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>servlet-api</artifactId>
+                               <version>2.5</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>org.apache.maven</groupId>
-                <artifactId>maven-core</artifactId>
-                <version>${version.maven}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.maven</groupId>
-                <artifactId>maven-embedder</artifactId>
-                <!-- no higher version available -->
-                <version>2.0.4</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.maven</groupId>
-                <artifactId>maven-settings</artifactId>
-                <version>${version.maven}</version>
-            </dependency>
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-core</artifactId>
+                               <version>${version.maven}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-embedder</artifactId>
+                               <!-- no higher version available -->
+                               <version>2.0.4</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-settings</artifactId>
+                               <version>${version.maven}</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>org.aspectj</groupId>
-                <artifactId>aspectjweaver</artifactId>
-                <version>1.6.0</version>
-            </dependency>
+                       <dependency>
+                               <groupId>org.aspectj</groupId>
+                               <artifactId>aspectjweaver</artifactId>
+                               <version>1.6.0</version>
+                       </dependency>
 
-            <dependency>
-                <groupId>net.sourceforge.jexcelapi</groupId>
-                <artifactId>jxl</artifactId>
-                <version>2.6.8</version>
-            </dependency>
-            <dependency>
-                <groupId>com.lowagie</groupId>
-                <artifactId>itext</artifactId>
-                <version>2.1.2</version>
-            </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.jexcelapi</groupId>
+                               <artifactId>jxl</artifactId>
+                               <version>2.6.8</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.lowagie</groupId>
+                               <artifactId>itext</artifactId>
+                               <version>2.1.2</version>
+                       </dependency>
 
+                       <!-- OSGi -->
+                       <dependency>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>org.apache.felix.main</artifactId>
+                               <version>1.2.1</version>
+                       </dependency>
 
-        </dependencies>
-    </dependencyManagement>
-    <repositories>
-        <repository>
-            <id>central</id>
-            <url>http://www.argeo.org/maven/proxy</url>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>argeo</id>
-            <url>http://www.argeo.org/maven/argeo</url>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>argeo-snapshots</id>
-            <url>http://www.argeo.org/maven/argeo-snapshots</url>
-            <releases>
-                <enabled>false</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-        </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>
-        <site>
-            <id>argeo-slc-site</id>
-            <name>SLC Site</name>
-            <url>
-                file:///var/argeo/projects/SLC/www/site/${project.version}
-            </url>
-        </site>
-    </distributionManagement>
+                       <!-- Auto UI -->
+                       <dependency>
+                               <groupId>org.argeo.dep.jemmy</groupId>
+                               <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
+                               <version>0.2.0</version>
+                       </dependency>
+
+               </dependencies>
+       </dependencyManagement>
+       <repositories>
+               <repository>
+                       <id>central</id>
+                       <url>http://www.argeo.org/maven/proxy</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </repository>
+               <repository>
+                       <id>argeo</id>
+                       <url>http://www.argeo.org/maven/argeo</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </repository>
+               <repository>
+                       <id>argeo-snapshots</id>
+                       <url>http://www.argeo.org/maven/argeo-snapshots</url>
+                       <releases>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>always</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </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>
+               <site>
+                       <id>argeo-slc-site</id>
+                       <name>SLC Site</name>
+                       <url>
+                               file:///var/argeo/projects/SLC/www/site/${project.version}
+                       </url>
+               </site>
+       </distributionManagement>
 </project>
\ No newline at end of file