From 3c3776bc628348711c5f60ddb408985b83996fa5 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Wed, 14 Jul 2010 20:01:40 +0000 Subject: [PATCH] Added Javassist dependency git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@964158 13f79535-47bb-0310-9956-ffa450edef68 --- apps/blank/pom.xml | 7 ++ apps/mailreader/pom.xml | 8 ++ apps/pom.xml | 1 + apps/portlet/pom.xml | 208 +++++++++++++++++++------------------ apps/rest-showcase/pom.xml | 7 +- apps/showcase/pom.xml | 118 +++++++++++---------- 6 files changed, 193 insertions(+), 156 deletions(-) diff --git a/apps/blank/pom.xml b/apps/blank/pom.xml index 1e44f4814..accece47a 100644 --- a/apps/blank/pom.xml +++ b/apps/blank/pom.xml @@ -54,6 +54,13 @@ 2.0 provided + + + jboss + javassist + 3.7.ga + + ${pom.groupId} struts2-junit-plugin diff --git a/apps/mailreader/pom.xml b/apps/mailreader/pom.xml index 00fa33a3a..cc848b13d 100644 --- a/apps/mailreader/pom.xml +++ b/apps/mailreader/pom.xml @@ -47,11 +47,19 @@ 2.4 provided + ${pom.groupId} struts-mailreader-dao 1.3.5 + + + jboss + javassist + 3.7.ga + + diff --git a/apps/pom.xml b/apps/pom.xml index c57a883b0..0d9782c72 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -34,6 +34,7 @@ Webapps blank + jboss-blank mailreader portlet showcase diff --git a/apps/portlet/pom.xml b/apps/portlet/pom.xml index 9487e0329..4dde7239b 100644 --- a/apps/portlet/pom.xml +++ b/apps/portlet/pom.xml @@ -21,12 +21,13 @@ * under the License. */ --> - + 4.0.0 - org.apache.struts - struts2-apps - 2.2.1-SNAPSHOT + org.apache.struts + struts2-apps + 2.2.1-SNAPSHOT org.apache.struts struts2-portlet @@ -34,38 +35,39 @@ Portlet Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/ + + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/ - - - pluto - - - - - maven-war-plugin - - ${project.build.directory}/pluto-resources/web.xml - - - - - org.apache.pluto - maven-pluto-plugin - 1.1.3 - - - generate-resources - - assemble - - - - - + + + pluto + + + + + maven-war-plugin + + ${project.build.directory}/pluto-resources/web.xml + + + + + org.apache.pluto + maven-pluto-plugin + 1.1.3 + + + generate-resources + + assemble + + + + + org.mortbay.jetty maven-jetty-plugin @@ -79,18 +81,18 @@ - - - - - com.bekk.boss - maven-jetty-pluto-embedded - 1.0 - - - - - + + + + + com.bekk.boss + maven-jetty-pluto-embedded + 1.0 + + + + + portlet-api @@ -98,7 +100,7 @@ 1.0 provided - + org.apache.struts struts2-spring-plugin ${pom.version} @@ -113,7 +115,7 @@ struts2-portlet-plugin ${pom.version} - + org.apache.struts struts2-dwr-plugin ${pom.version} @@ -129,56 +131,56 @@ org.apache.velocity velocity-tools 1.3 - + velocity velocity - - javax.servlet - servlet-api - + + javax.servlet + servlet-api + struts struts - + commons-digester commons-digester 1.8 - - - javax.servlet - servlet-api - - + + + javax.servlet + servlet-api + + + + + commons-fileupload + commons-fileupload + 1.1.1 + + + commons-collections + commons-collections + 3.1 + + + log4j + log4j + 1.2.9 - - commons-fileupload - commons-fileupload - 1.1.1 - - - commons-collections - commons-collections - 3.1 - - - log4j - log4j - 1.2.9 - - - org.mortbay.jetty - jetty - 6.1.4rc0 - test - + + org.mortbay.jetty + jetty + 6.1.4rc0 + test + - + net.sourceforge.jwebunit jwebunit-htmlunit-plugin 1.4.1 @@ -191,26 +193,32 @@ - - com.bekk.boss - maven-jetty-pluto-embedded - 1.0 - test - + + com.bekk.boss + maven-jetty-pluto-embedded + 1.0 + test + - - org.mortbay.jetty - jsp-2.1 - 6.1.4rc0 - test - - - - commons-lang - commons-lang - 2.1 - + + org.mortbay.jetty + jsp-2.1 + 6.1.4rc0 + test + + + commons-lang + commons-lang + 2.1 + + + + jboss + javassist + 3.7.ga + + diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 668645aa7..48a1f567d 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -81,7 +81,12 @@ - + + jboss + javassist + 3.7.ga + + diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 84d62f475..53f4e3e20 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -21,7 +21,8 @@ * under the License. */ --> - + 4.0.0 org.apache.struts @@ -34,9 +35,10 @@ Showcase Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/showcase/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/ + + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/showcase/ @@ -115,10 +117,10 @@ - javax.servlet - servlet-api - 2.4 - provided + javax.servlet + servlet-api + 2.4 + provided @@ -170,47 +172,53 @@ 1.0.4 - org.apache.myfaces.core - myfaces-impl - 1.1.2 - - - org.apache.myfaces.core - myfaces-api - 1.1.2 - - - commons-fileupload - commons-fileupload - 1.1.1 - + org.apache.myfaces.core + myfaces-impl + 1.1.2 + + + org.apache.myfaces.core + myfaces-api + 1.1.2 + + + commons-fileupload + commons-fileupload + 1.1.1 + - - net.sourceforge.jwebunit - jwebunit-core - 1.4.1 - test - + + net.sourceforge.jwebunit + jwebunit-core + 1.4.1 + test + - - commons-httpclient - commons-httpclient - 3.1 - test - + + commons-httpclient + commons-httpclient + 3.1 + test + - - net.sourceforge.jwebunit - jwebunit-htmlunit-plugin - 1.4.1 - test - - - xom - xom - - - + + net.sourceforge.jwebunit + jwebunit-htmlunit-plugin + 1.4.1 + test + + + xom + xom + + + + + + jboss + javassist + 3.7.ga + @@ -225,20 +233,20 @@ - org.apache.myfaces.core - myfaces-impl - 1.1.2 + org.apache.myfaces.core + myfaces-impl + 1.1.2 + + + org.apache.myfaces.core + myfaces-api + 1.1.2 - org.apache.myfaces.core - myfaces-api - 1.1.2 - - log4j log4j 1.2.9 - +