]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Adapt to start with JDK 1.5
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index 901aa28ff8526283479a9fa426f67e928671d840..fdc14c7bed6f9fa1dac3ff3e15bfe8322741f77b 100644 (file)
@@ -158,6 +158,11 @@ limitations under the License.
                                                        <artifactId>com.springsource.javax.xml.soap</artifactId>
                                                        <version>1.3.0</version>
                                                </dependency>
+                                               <dependency>
+                                                       <groupId>javax.mail</groupId>
+                                                       <artifactId>com.springsource.javax.mail</artifactId>
+                                                       <version>1.4.1</version>
+                                               </dependency>
 
                                                <!--
                                                        Required by ActiveMQ admin <dependency>
@@ -241,6 +246,74 @@ limitations under the License.
        </reporting>
        <dependencyManagement>
                <dependencies>
+                       <!-- SLC (itself) -->
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.specs</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.launcher</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.detached</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.simple</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.ant</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.hibernate</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.castor</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.activemq</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.server</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.ws.client</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc</groupId>
+                               <artifactId>org.argeo.slc.webapp</artifactId>
+                               <version>${project.version}</version>
+                               <type>war</type>
+                       </dependency>
+
+                       <!-- SLC dubious -->
+                       <dependency>
+                               <groupId>org.argeo.slc</groupId>
+                               <artifactId>org.argeo.slc.detached.launcher</artifactId>
+                               <version>${project.version}</version>
+                               <type>tar.gz</type>
+                               <classifier>dist</classifier>
+                       </dependency>
+
+
                        <!-- Javax -->
                        <dependency>
                                <groupId>javax.transaction</groupId>
@@ -275,7 +348,6 @@ limitations under the License.
                                        com.springsource.javax.activation
                                </artifactId>
                                <version>1.1.1</version>
-                               <scope>runtime</scope>
                        </dependency>
 
                        <!-- Unit tests -->
@@ -547,6 +619,13 @@ limitations under the License.
                                <version>${version.maven}</version>
                        </dependency>
 
+                       <dependency>
+                               <groupId>org.apache.archiva</groupId>
+                               <artifactId>archiva-webapp</artifactId>
+                               <version>1.1.3</version>
+                               <type>war</type>
+                       </dependency>
+
                        <!-- OSGi -->
                        <!--
                                <dependency> <groupId>org.apache.felix</groupId>
@@ -619,7 +698,7 @@ limitations under the License.
                                <artifactId>com.springsource.javax.management.j2ee</artifactId>
                                <version>1.0.1</version>
                        </dependency>
-                       
+
                        <!-- ActiveMQ -->
                        <dependency>
                                <groupId>org.apache.activemq</groupId>
@@ -631,23 +710,20 @@ limitations under the License.
                                <artifactId>com.springsource.org.apache.activemq.web</artifactId>
                                <version>${version.activemq}</version>
                        </dependency>
-                       <!-- 
-                       <dependency>
-                               <groupId>org.apache.activemq</groupId>
+                       <!--
+                               <dependency> <groupId>org.apache.activemq</groupId>
                                <artifactId>activemq-pool</artifactId>
-                               <version>${version.activemq}</version>
-                       </dependency>
-                       <dependency>
+                               <version>${version.activemq}</version> </dependency> <dependency>
                                <groupId>org.apache.activemq</groupId>
                                <artifactId>activemq-optional</artifactId>
-                               <version>${version.activemq}</version>
-                       </dependency>
-                        -->
+                               <version>${version.activemq}</version> </dependency>
+                       -->
                        <dependency>
                                <groupId>org.apache.xbean</groupId>
                                <artifactId>com.springsource.org.apache.xbean.spring</artifactId>
                                <version>3.3.0</version>
                        </dependency>
+
                </dependencies>
        </dependencyManagement>
        <repositories>