]> 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 fea24c24867d385039721d36decdbd0ec91a7f55..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>
@@ -343,7 +348,6 @@ limitations under the License.
                                        com.springsource.javax.activation
                                </artifactId>
                                <version>1.1.1</version>
-                               <scope>runtime</scope>
                        </dependency>
 
                        <!-- Unit tests -->
@@ -615,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>
@@ -712,6 +723,7 @@ limitations under the License.
                                <artifactId>com.springsource.org.apache.xbean.spring</artifactId>
                                <version>3.3.0</version>
                        </dependency>
+
                </dependencies>
        </dependencyManagement>
        <repositories>