From: Maria Odea B. Ching Date: Tue, 17 Apr 2007 09:52:25 +0000 (+0000) Subject: MRM-310 Applied patch submitted by Napoleon Esmundo Ramirez X-Git-Tag: archiva-0.9-alpha-2~27 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4c3b6314357d263c38ff3de460de3555faf946ee;p=archiva.git MRM-310 Applied patch submitted by Napoleon Esmundo Ramirez git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@529546 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-webapp-test/pom.xml b/archiva-webapp-test/pom.xml index 264f6eff3..2f7e4a567 100644 --- a/archiva-webapp-test/pom.xml +++ b/archiva-webapp-test/pom.xml @@ -42,6 +42,23 @@ 1.0-SNAPSHOT test + + + + org.apache.derby + derby + 10.1.3.1 + + + javax.mail + mail + 1.4 + + + javax.activation + activation + 1.1 + @@ -69,6 +86,19 @@ ${project.build.directory}/${container.name}conf/webapps/archiva + + prepare-provided-dependencies + generate-resources + + copy-dependencies + + + false + true + false + ${project.build.directory}/providedDependencies + + @@ -84,7 +114,7 @@ - + diff --git a/archiva-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/archiva.xml b/archiva-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/archiva.xml index af0692056..180dbb742 100644 --- a/archiva-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/archiva.xml +++ b/archiva-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/archiva.xml @@ -27,4 +27,10 @@ driverClassName="org.apache.derby.jdbc.EmbeddedDriver" url="jdbc:derby:target/database/users;create=true" /> + +