From 13bc1609f4a8288707cd4e626cad987cf8f5e3eb Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 9 Oct 2011 14:12:24 +0000 Subject: [PATCH] add some configuration to run unit tests with embeded tomcat: jetty still default git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1180621 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-rest-services/pom.xml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index 90f06a75b..c517f1c3f 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -31,7 +31,9 @@ 7.4.5.v20110725 + 7.0.21 + false @@ -193,6 +195,34 @@ test + + org.apache.tomcat + tomcat-servlet-api + ${tomcatVersion} + provided + + + + org.apache.tomcat.embed + tomcat-embed-core + ${tomcatVersion} + test + + + + org.apache.tomcat + tomcat-juli + ${tomcatVersion} + test + + + + org.apache.tomcat.embed + tomcat-embed-logging-juli + ${tomcatVersion} + test + + org.slf4j slf4j-log4j12 @@ -275,6 +305,7 @@ ${project.build.directory}/appserver-base ${archiva.baseRestUrl} ${rest.admin.pwd} + ${test.useTomcat} -- 2.39.5