]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
New configuration
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index fea24c24867d385039721d36decdbd0ec91a7f55..ca31afc531eaae88f21b5589b1bebe9587fe1c15 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>
@@ -615,6 +620,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 +724,7 @@ limitations under the License.
                                <artifactId>com.springsource.org.apache.xbean.spring</artifactId>
                                <version>3.3.0</version>
                        </dependency>
+
                </dependencies>
        </dependencyManagement>
        <repositories>