From f9aca40383190bf01da5b5a95294ff67ef75c776 Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Thu, 17 Apr 2008 09:28:00 +0000 Subject: [PATCH] Adding back spring, testng, and junit to the compile scope (as optional) to satisfy the javadoc plugin when processing xwork source WW-2414 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649020 13f79535-47bb-0310-9956-ffa450edef68 --- core/pom.xml | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index a5ca8e8ea..9ed8eff76 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -305,12 +305,6 @@ test - - org.springframework - spring-core - 2.0.8 - test - @@ -318,8 +312,9 @@ junit junit - test - 3.8.2 + compile + true + 3.8.2 @@ -390,9 +385,10 @@ test - + + org.apache.struts struts-annotations @@ -401,6 +397,23 @@ true + + org.testng + testng + 5.1 + compile + true + jdk15 + + + + org.springframework + spring + 2.0.8 + compile + true + +