From 75b31dc9594284c07baf54ddb2ae6ddbb048f23a Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Tue, 20 Sep 2011 12:58:53 +0000 Subject: [PATCH] Cleanups poms git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1173125 13f79535-47bb-0310-9956-ffa450edef68 --- plugins/convention/pom.xml | 13 ------------- plugins/javatemplates/pom.xml | 17 ----------------- pom.xml | 5 ----- xwork-core/pom.xml | 2 +- 4 files changed, 1 insertion(+), 36 deletions(-) diff --git a/plugins/convention/pom.xml b/plugins/convention/pom.xml index b146be6f6..c1e45f747 100644 --- a/plugins/convention/pom.xml +++ b/plugins/convention/pom.xml @@ -18,19 +18,6 @@ - - true - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - org.apache.felix maven-bundle-plugin diff --git a/plugins/javatemplates/pom.xml b/plugins/javatemplates/pom.xml index 6089d1b20..c2dc7f805 100644 --- a/plugins/javatemplates/pom.xml +++ b/plugins/javatemplates/pom.xml @@ -65,21 +65,4 @@ - - - - true - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - diff --git a/pom.xml b/pom.xml index c47ac1b34..982e993ce 100644 --- a/pom.xml +++ b/pom.xml @@ -545,11 +545,6 @@ spring-core ${struts2.springPlatformVersion} - - org.springframework - spring-core - ${struts2.springPlatformVersion} - org.springframework spring-webmvc-portlet diff --git a/xwork-core/pom.xml b/xwork-core/pom.xml index 2291af862..c4c7bee63 100644 --- a/xwork-core/pom.xml +++ b/xwork-core/pom.xml @@ -154,7 +154,7 @@ maven-bundle-plugin - org.apache.commons.lang.xwork.*,com.opensymphony.xwork2.* + com.opensymphony.xwork2.*