]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.11.2
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index c102d4413214639191fbdccf9f16be5a0a30a3a0..7a992a517757968110c75fffc0bb4c0b963d34d7 100644 (file)
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <groupId>org.argeo.slc</groupId>\r
-       <artifactId>argeo-slc</artifactId>\r
-       <packaging>pom</packaging>\r
-       <name>Argeo SLC</name>\r
-       <version>0.7-SNAPSHOT</version>\r
-       <description>SLC Distribution</description>\r
-       <url>\r
-               http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}\r
-       </url>\r
-       <modules>\r
-               <module>../org.argeo.slc.core</module>\r
-               <module>../org.argeo.slc.example</module>\r
-       </modules>\r
-       <scm>\r
-               <connection>\r
-                       scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc\r
-               </connection>\r
-               <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>\r
-       </scm>\r
-       <issueManagement>\r
-               <system>Bugzilla</system>\r
-               <url>https://www.argeo.org/bugzilla/</url>\r
-       </issueManagement>\r
-       <licenses>\r
-               <license>\r
-                       <name>Apache 2</name>\r
-                       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>\r
-                       <distribution>repo</distribution>\r
-                       <comments>A business-friendly OSS license</comments>\r
-               </license>\r
-       </licenses>\r
-       <organization>\r
-               <name>Argeo</name>\r
-               <url>http://www.argeo.org</url>\r
-       </organization>\r
-       <developers>\r
-               <developer>\r
-                       <id>mbaudier</id>\r
-                       <name>Mathieu Baudier</name>\r
-                       <email>mbaudier@argeo.org</email>\r
-                       <organization>Argeo</organization>\r
-                       <organizationUrl>http://www.argeo.org</organizationUrl>\r
-                       <roles>\r
-                               <role>architect</role>\r
-                               <role>developer</role>\r
-                       </roles>\r
-                       <timezone>+1</timezone>\r
-               </developer>\r
-       </developers>\r
-       <build>\r
-               <pluginManagement>\r
-                       <plugins>\r
-                               <plugin>\r
-                                       <groupId>org.apache.maven.plugins</groupId>\r
-                                       <artifactId>maven-compiler-plugin</artifactId>\r
-                                       <configuration>\r
-                                               <source>1.5</source>\r
-                                               <target>1.5</target>\r
-                                       </configuration>\r
-                               </plugin>\r
-                               <plugin>\r
-                                       <groupId>org.apache.maven.plugins</groupId>\r
-                                       <artifactId>maven-source-plugin</artifactId>\r
-                                       <executions>\r
-                                               <execution>\r
-                                                       <id>attach-sources</id>\r
-                                                       <phase>package</phase>\r
-                                                       <goals>\r
-                                                               <goal>jar</goal>\r
-                                                       </goals>\r
-                                               </execution>\r
-                                       </executions>\r
-                               </plugin>\r
-                               <plugin>\r
-                                       <groupId>org.apache.maven.plugins</groupId>\r
-                                       <artifactId>maven-javadoc-plugin</artifactId>\r
-                                       <executions>\r
-                                               <execution>\r
-                                                       <id>attach-javadoc</id>\r
-                                                       <phase>package</phase>\r
-                                                       <goals>\r
-                                                               <goal>jar</goal>\r
-                                                       </goals>\r
-                                               </execution>\r
-                                       </executions>\r
-                               </plugin>\r
-                       </plugins>\r
-               </pluginManagement>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-assembly-plugin</artifactId>\r
-                               <inherited>false</inherited>\r
-                               <configuration>\r
-                                       <descriptors>\r
-                                               <descriptor>\r
-                                                       src/assembly/with-dependencies.xml\r
-                                               </descriptor>\r
-                                       </descriptors>\r
-                               </configuration>\r
-                       </plugin>\r
-               </plugins>\r
-       </build>\r
-       <reporting>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-surefire-report-plugin</artifactId>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-javadoc-plugin</artifactId>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-changelog-plugin</artifactId>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.codehaus.mojo</groupId>\r
-                               <artifactId>cobertura-maven-plugin</artifactId>\r
-                       </plugin>\r
-               </plugins>\r
-       </reporting>\r
-       <dependencyManagement>\r
-               <dependencies>\r
-                       <dependency>\r
-                               <groupId>javax.transaction</groupId>\r
-                               <artifactId>jta</artifactId>\r
-                               <version>1.0.1</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.dbunit</groupId>\r
-                               <artifactId>dbunit</artifactId>\r
-                               <version>2.2</version>\r
-                               <exclusions>\r
-                                       <exclusion>\r
-                                               <groupId>junit-addons</groupId>\r
-                                               <artifactId>junit-addons</artifactId>\r
-                                       </exclusion>\r
-                                       <exclusion>\r
-                                               <groupId>poi</groupId>\r
-                                               <artifactId>poi</artifactId>\r
-                                       </exclusion>\r
-                               </exclusions>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>log4j</groupId>\r
-                               <artifactId>log4j</artifactId>\r
-                               <version>1.2.14</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.hibernate</groupId>\r
-                               <artifactId>hibernate</artifactId>\r
-                               <version>3.2.5.ga</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.springframework</groupId>\r
-                               <artifactId>spring-context</artifactId>\r
-                               <version>2.5</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.springframework</groupId>\r
-                               <artifactId>spring-orm</artifactId>\r
-                               <version>2.5</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.springframework</groupId>\r
-                               <artifactId>spring-jdbc</artifactId>\r
-                               <version>2.5</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.apache.ant</groupId>\r
-                               <artifactId>ant</artifactId>\r
-                               <version>1.7.0</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.apache.commons</groupId>\r
-                               <artifactId>commons-io</artifactId>\r
-                               <version>1.3.2</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>org.dbunit</groupId>\r
-                               <artifactId>dbunit</artifactId>\r
-                               <version>2.2</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>junit</groupId>\r
-                               <artifactId>junit</artifactId>\r
-                               <version>3.8.2</version>\r
-                       </dependency>\r
-                       <dependency>\r
-                               <groupId>hsqldb</groupId>\r
-                               <artifactId>hsqldb</artifactId>\r
-                               <version>1.8.0.9</version>\r
-                       </dependency>\r
-               </dependencies>\r
-       </dependencyManagement>\r
-       <repositories>\r
-               <repository>\r
-                       <id>central</id>\r
-                       <url>http://www.argeo.org/maven/repository</url>\r
-               </repository>\r
-       </repositories>\r
-       <distributionManagement>\r
-               <repository>\r
-                       <uniqueVersion>false</uniqueVersion>\r
-                       <id>argeo</id>\r
-                       <name>Argeo FOSS Repository</name>\r
-                       <url>scpexe://argeo.org/var/argeo/maven2/argeo</url>\r
-               </repository>\r
-               <snapshotRepository>\r
-                       <uniqueVersion>true</uniqueVersion>\r
-                       <id>argeo-snapshots</id>\r
-                       <name>Argeo FOSS Snapshots Repository</name>\r
-                       <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>\r
-               </snapshotRepository>\r
-       </distributionManagement>\r
-</project>
\ No newline at end of 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.11.2</version>
+       <description>SLC Distribution</description>
+       <url>
+               http://www.argeo.org/projects/slc/${project.artifactId}/${project.version}
+       </url>
+       <properties>
+               <version.spring>2.5.6.A</version.spring>
+               <version.spring-ws>1.5.5.A</version.spring-ws>
+               <version.maven>2.0.9</version.maven>
+               <version.ant>1.7.0</version.ant>
+               <version.jetty>6.1.14</version.jetty>
+               <version.maven-bundle-plugin>1.4.3</version.maven-bundle-plugin>
+       </properties>
+       <scm>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2/org.argeo.slc</connection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2/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><![CDATA[
+SLC - Software LifeCycle framework
+                          
+Copyright 2008 Mathieu Baudier - Argeo e.U.
+
+Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the 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>
+                                       <artifactId>maven-jar-plugin</artifactId>
+                                       <configuration>
+                                               <archive>
+                                                       <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
+                                               </archive>
+                                       </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>org.hsqldb</groupId>
+                                                       <artifactId>
+                                                               com.springsource.org.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>org.apache.log4j</groupId>
+                                                       <artifactId>com.springsource.org.apache.log4j</artifactId>
+                                                       <version>1.2.15</version>
+                                               </dependency>
+                                               <dependency>
+                                                       <groupId>javax.xml.soap</groupId>
+                                                       <artifactId>com.springsource.javax.xml.soap</artifactId>
+                                                       <version>1.3.0</version>
+                                               </dependency>
+                                       </dependencies>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.apache.felix</groupId>
+                                       <artifactId>maven-bundle-plugin</artifactId>
+                                       <version>${version.maven-bundle-plugin}</version>
+                                       <extensions>true</extensions>
+                                       <configuration>
+                                               <manifestLocation>src/main/resources/META-INF</manifestLocation>
+                                               <instructions>
+                                                       <Bundle-SymbolicName>
+                                                               ${pom.artifactId}
+                                                       </Bundle-SymbolicName>
+                                                       <_removeheaders>Bnd-LastModified</_removeheaders>
+                                               </instructions>
+                                       </configuration>
+                                       <executions>
+                                               <execution>
+                                                       <id>bundle-manifest</id>
+                                                       <phase>process-classes</phase>
+                                                       <goals>
+                                                               <goal>manifest</goal>
+                                                       </goals>
+                                               </execution>
+                                       </executions>
+                               </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>
+                       <!-- Javax -->
+                       <dependency>
+                               <groupId>javax.transaction</groupId>
+                               <artifactId>
+                                       com.springsource.javax.transaction
+                               </artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.stream</groupId>
+                               <artifactId>
+                                       com.springsource.javax.xml.stream
+                               </artifactId>
+                               <version>1.0.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.soap</groupId>
+                               <artifactId>com.springsource.javax.xml.soap</artifactId>
+                               <version>1.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.sun.xml</groupId>
+                               <artifactId>
+                                       com.springsource.com.sun.xml.messaging.saaj
+                               </artifactId>
+                               <scope>runtime</scope>
+                               <version>1.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.activation</groupId>
+                               <artifactId>
+                                       com.springsource.javax.activation
+                               </artifactId>
+                               <version>1.1.1</version>
+                               <scope>runtime</scope>
+                       </dependency>
+
+                       <!-- Unit tests -->
+                       <dependency>
+                               <groupId>org.junit</groupId>
+                               <artifactId>com.springsource.junit</artifactId>
+                               <version>3.8.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.dbunit</groupId>
+                               <artifactId>com.springsource.org.dbunit</artifactId>
+                               <version>2.2.0</version>
+                       </dependency>
+
+                       <!-- Logging -->
+                       <dependency>
+                               <groupId>org.apache.log4j</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.log4j
+                               </artifactId>
+                               <version>1.2.15</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.commons.logging
+                               </artifactId>
+                               <version>1.1.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+                               <version>1.5.3</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>com.springsource.slf4j.jcl</artifactId>
+                               <version>1.5.3</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>com.springsource.slf4j.org.apache.log4j</artifactId>
+                               <version>1.5.3</version>
+                       </dependency>
+                       <!-- Spring -->
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.core</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.beans</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.context</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>
+                                       org.springframework.context.support
+                               </artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.orm</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.jdbc</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.web</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.web.servlet</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.aop</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.springframework.ws</groupId>
+                               <artifactId>org.springframework.ws</artifactId>
+                               <version>${version.spring-ws}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.ws</groupId>
+                               <artifactId>org.springframework.oxm</artifactId>
+                               <version>${version.spring-ws}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.extender</artifactId>
+                               <version>1.1.2.B</version>
+                       </dependency>
+
+                       <!-- Ant -->
+                       <dependency>
+                               <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.ant</artifactId>
+                               <version>1.7.1</version>
+                       </dependency>
+
+                       <!-- Required by specific Ant tasks -->
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.net</artifactId>
+                               <version>1.4.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.oro</groupId>
+                               <artifactId>com.springsource.org.apache.oro</artifactId>
+                               <version>2.0.8</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.bsf</groupId>
+                               <artifactId>com.springsource.org.apache.bsf</artifactId>
+                               <version>2.4.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.beanshell</groupId>
+                               <artifactId>com.springsource.bsh</artifactId>
+                               <version>2.0.0.b4</version>
+                       </dependency>
+
+                       <!-- Apache Commons -->
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.commons.io
+                               </artifactId>
+                               <version>1.4.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.collections</artifactId>
+                               <version>3.2.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>
+                               <version>1.1</version>
+                       </dependency>
+
+                       <!-- DB Drivers -->
+                       <dependency>
+                               <groupId>org.hsqldb</groupId>
+                               <artifactId>com.springsource.org.hsqldb</artifactId>
+                               <version>1.8.0.9</version>
+                       </dependency>
+
+                       <!-- XML -->
+                       <dependency>
+                               <groupId>org.codehaus.castor</groupId>
+                               <artifactId>com.springsource.org.castor</artifactId>
+                               <version>1.2.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.xerces</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.xerces
+                               </artifactId>
+                               <version>2.8.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.xalan</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.xalan
+                               </artifactId>
+                               <version>2.7.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.xmlcommons</groupId>
+                               <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
+                               <version>1.3.3</version>
+                       </dependency>
+
+                       <!-- Web -->
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>com.springsource.javax.servlet</artifactId>
+                               <version>2.5.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>com.springsource.javax.servlet.jsp</artifactId>
+                               <version>2.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.el</groupId>
+                               <artifactId>com.springsource.javax.el</artifactId>
+                               <version>1.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>
+                                       com.springsource.javax.servlet.jsp.jstl
+                               </artifactId>
+                               <version>1.1.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.taglibs</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.taglibs.standard
+                               </artifactId>
+                               <version>1.1.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.activation</groupId>
+                               <artifactId>com.springsource.javax.activation</artifactId>
+                               <version>1.1.1</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.aspectj</groupId>
+                               <artifactId>
+                                       com.springsource.org.aspectj.weaver
+                               </artifactId>
+                               <version>1.6.2.RELEASE</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.lowagie.text</groupId>
+                               <artifactId>
+                                       com.springsource.com.lowagie.text
+                               </artifactId>
+                               <version>2.0.8</version>
+                       </dependency>
+
+
+                       <!-- Maven -->
+                       <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>
+
+                       <!-- OSGi -->
+                       <!--
+                               <dependency> <groupId>org.apache.felix</groupId>
+                               <artifactId>org.apache.felix.main</artifactId>
+                               <version>1.2.1</version> <exclusions> <exclusion>
+                               <groupId>org.apache.felix</groupId> <artifactId>
+                               org.apache.felix.framework </artifactId> </exclusion> </exclusions>
+                               </dependency> <dependency> <groupId>org.apache.felix</groupId>
+                               <artifactId>org.osgi.core</artifactId> <version>1.2.0</version>
+                               <scope>provided</scope> </dependency>
+                       -->
+                       <dependency>
+                               <groupId>org.eclipse.osgi</groupId>
+                               <artifactId>org.eclipse.osgi</artifactId>
+                               <version>3.4.2.R34x_v20080826-1230</version>
+                       </dependency>
+
+                       <!-- Auto UI -->
+                       <dependency>
+                               <groupId>org.argeo.dep.jemmy</groupId>
+                               <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
+                               <version>0.2.2</version>
+                       </dependency>
+
+                       <!-- Spring bundle repo -->
+                       <dependency>
+                               <groupId>javax.transaction</groupId>
+                               <artifactId>
+                                       com.springsource.javax.transaction
+                               </artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.hibernate</groupId>
+                               <artifactId>com.springsource.org.hibernate</artifactId>
+                               <version>3.2.6.ga</version>
+                               <!-- <version>3.3.1.GA</version> TODO: fix issues with logging -->
+                       </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.jexcelapi</groupId>
+                               <artifactId>com.springsource.jxl</artifactId>
+                               <version>2.6.6</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.ehcache</groupId>
+                               <artifactId>com.springsource.net.sf.ehcache</artifactId>
+                               <version>1.4.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>edu.emory.mathcs.backport</groupId>
+                               <artifactId>
+                                       com.springsource.edu.emory.mathcs.backport
+                               </artifactId>
+                               <version>3.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.wsdl</groupId>
+                               <artifactId>com.springsource.javax.wsdl</artifactId>
+                               <version>1.6.1</version>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
+       <repositories>
+               <repository>
+                       <id>central</id>
+                       <url>http://repo1.maven.org/maven2</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>com.springsource.repository.bundles.release</id>
+                       <name>
+                               SpringSource Enterprise Bundle Repository - SpringSource
+                               Bundle Releases
+                       </name>
+                       <url>
+                               http://repository.springsource.com/maven/bundles/release
+                       </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>com.springsource.repository.bundles.external</id>
+                       <name>
+                               SpringSource Enterprise Bundle Repository - External
+                               Bundle Releases
+                       </name>
+                       <url>
+                               http://repository.springsource.com/maven/bundles/external
+                       </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</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>
+       <pluginRepositories>
+               <pluginRepository>
+                       <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>
+               </pluginRepository>
+               <pluginRepository>
+                       <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>
+               </pluginRepository>
+       </pluginRepositories>
+       <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>