Return-Path: X-Original-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C284D2743 for ; Sat, 23 Apr 2011 13:11:14 +0000 (UTC) Received: (qmail 62455 invoked by uid 500); 23 Apr 2011 13:11:14 -0000 Delivered-To: apmail-incubator-isis-commits-archive@incubator.apache.org Received: (qmail 62439 invoked by uid 500); 23 Apr 2011 13:11:14 -0000 Mailing-List: contact isis-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-commits@incubator.apache.org Received: (qmail 62432 invoked by uid 99); 23 Apr 2011 13:11:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Apr 2011 13:11:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Apr 2011 13:11:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E1E5023889E1; Sat, 23 Apr 2011 13:10:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1096142 - in /incubator/isis/trunk: core/webapp/pom.xml pom.xml viewer/html/pom.xml viewer/scimpi/servlet/pom.xml viewer/wicket/model/pom.xml viewer/wicket/ui/pom.xml viewer/wicket/viewer/pom.xml Date: Sat, 23 Apr 2011 13:10:52 -0000 To: isis-commits@incubator.apache.org From: struberg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110423131052.E1E5023889E1@eris.apache.org> Author: struberg Date: Sat Apr 23 13:10:52 2011 New Revision: 1096142 URL: http://svn.apache.org/viewvc?rev=1096142&view=rev Log: ISIS-87 move javax dependencies to geronimo-spec ones Modified: incubator/isis/trunk/core/webapp/pom.xml incubator/isis/trunk/pom.xml incubator/isis/trunk/viewer/html/pom.xml incubator/isis/trunk/viewer/scimpi/servlet/pom.xml incubator/isis/trunk/viewer/wicket/model/pom.xml incubator/isis/trunk/viewer/wicket/ui/pom.xml incubator/isis/trunk/viewer/wicket/viewer/pom.xml Modified: incubator/isis/trunk/core/webapp/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/webapp/pom.xml?rev=1096142&r1=1096141&r2=1096142&view=diff ============================================================================== --- incubator/isis/trunk/core/webapp/pom.xml (original) +++ incubator/isis/trunk/core/webapp/pom.xml Sat Apr 23 13:10:52 2011 @@ -78,9 +78,8 @@ - javax.servlet - servlet-api - provided + org.apache.geronimo.specs + geronimo-servlet_2.5_spec Modified: incubator/isis/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/pom.xml?rev=1096142&r1=1096141&r2=1096142&view=diff ============================================================================== --- incubator/isis/trunk/pom.xml (original) +++ incubator/isis/trunk/pom.xml Sat Apr 23 13:10:52 2011 @@ -87,10 +87,10 @@ ${trunkBaseDir}/src/site/resources/codequality/checkstyle.xml ${trunkBaseDir}/src/site/resources/codequality/pmd.xml - ${project.url} - - - 2.2 + ${project.url} + + + 2.2 @@ -216,7 +216,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.0-beta-1 + 1.0 @@ -993,16 +993,16 @@ - geronimo-spec - geronimo-spec-jta - 1.0.1B-rc1 + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + 1.1.1 - javax.servlet - servlet-api - 2.3 + org.apache.geronimo.specs + geronimo-servlet_2.5_spec + 1.2 provided - + @@ -1115,25 +1115,25 @@ org.apache.maven.plugins maven-surefire-report-plugin - 2.5 + 2.5 - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${maven-project-info-reports-plugin} + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${maven-project-info-reports-plugin} org.codehaus.mojo cobertura-maven-plugin - 2.4 + 2.4 org.apache.maven.plugins maven-checkstyle-plugin - 2.6 + 2.6 ${checkstyle.configLocation} @@ -1142,7 +1142,7 @@ org.apache.maven.plugins maven-pmd-plugin - 2.5 + 2.5 ${project.build.sourceEncoding} 100 @@ -1166,25 +1166,25 @@ org.codehaus.mojo findbugs-maven-plugin - 2.3.1 + 2.3.1 org.codehaus.mojo javancss-maven-plugin - 2.0 + 2.0 org.codehaus.mojo jdepend-maven-plugin - 2.0-beta-2 + 2.0-beta-2 org.apache.maven.plugins maven-jxr-plugin - 2.2 + 2.2 ${project.build.sourceEncoding} true @@ -1195,7 +1195,7 @@ org.codehaus.mojo taglist-maven-plugin - 2.4 + 2.4 @@ -1229,7 +1229,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.7 + 2.7 true ${project.name} ${project.version} Modified: incubator/isis/trunk/viewer/html/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/html/pom.xml?rev=1096142&r1=1096141&r2=1096142&view=diff ============================================================================== --- incubator/isis/trunk/viewer/html/pom.xml (original) +++ incubator/isis/trunk/viewer/html/pom.xml Sat Apr 23 13:10:52 2011 @@ -40,7 +40,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - ${maven-project-info-reports-plugin} + ${maven-project-info-reports-plugin} false false @@ -115,8 +115,8 @@ commons-lang - javax.servlet - servlet-api + org.apache.geronimo.specs + geronimo-servlet_2.5_spec provided Modified: incubator/isis/trunk/viewer/scimpi/servlet/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/scimpi/servlet/pom.xml?rev=1096142&r1=1096141&r2=1096142&view=diff ============================================================================== --- incubator/isis/trunk/viewer/scimpi/servlet/pom.xml (original) +++ incubator/isis/trunk/viewer/scimpi/servlet/pom.xml Sat Apr 23 13:10:52 2011 @@ -24,7 +24,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - ${maven-project-info-reports-plugin} + ${maven-project-info-reports-plugin} false false @@ -51,8 +51,8 @@ - javax.servlet - servlet-api + org.apache.geronimo.specs + geronimo-servlet_2.5_spec provided Modified: incubator/isis/trunk/viewer/wicket/model/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/wicket/model/pom.xml?rev=1096142&r1=1096141&r2=1096142&view=diff ============================================================================== --- incubator/isis/trunk/viewer/wicket/model/pom.xml (original) +++ incubator/isis/trunk/viewer/wicket/model/pom.xml Sat Apr 23 13:10:52 2011 @@ -19,17 +19,6 @@ http://incubator.apache.org/isis/${relativeUrl} - - - - javax.servlet - servlet-api - 2.3 - provided - - - - org.apache.isis.viewer Modified: incubator/isis/trunk/viewer/wicket/ui/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/wicket/ui/pom.xml?rev=1096142&r1=1096141&r2=1096142&view=diff ============================================================================== --- incubator/isis/trunk/viewer/wicket/ui/pom.xml (original) +++ incubator/isis/trunk/viewer/wicket/ui/pom.xml Sat Apr 23 13:10:52 2011 @@ -38,17 +38,6 @@ - - - - javax.servlet - servlet-api - 2.3 - provided - - - - org.apache.isis.core Modified: incubator/isis/trunk/viewer/wicket/viewer/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/wicket/viewer/pom.xml?rev=1096142&r1=1096141&r2=1096142&view=diff ============================================================================== --- incubator/isis/trunk/viewer/wicket/viewer/pom.xml (original) +++ incubator/isis/trunk/viewer/wicket/viewer/pom.xml Sat Apr 23 13:10:52 2011 @@ -38,17 +38,6 @@ - - - - javax.servlet - servlet-api - 2.3 - provided - - - - org.apache.isis.viewer @@ -74,8 +63,8 @@ - javax.servlet - servlet-api + org.apache.geronimo.specs + geronimo-servlet_2.5_spec provided