Return-Path: X-Original-To: apmail-bval-commits-archive@www.apache.org Delivered-To: apmail-bval-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89010106DA for ; Thu, 29 May 2014 17:49:38 +0000 (UTC) Received: (qmail 2881 invoked by uid 500); 29 May 2014 17:49:38 -0000 Delivered-To: apmail-bval-commits-archive@bval.apache.org Received: (qmail 2846 invoked by uid 500); 29 May 2014 17:49:38 -0000 Mailing-List: contact commits-help@bval.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@bval.apache.org Delivered-To: mailing list commits@bval.apache.org Received: (qmail 2839 invoked by uid 99); 29 May 2014 17:49:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 17:49:38 +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; Thu, 29 May 2014 17:49:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 05133238890B; Thu, 29 May 2014 17:49:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1598343 - /bval/trunk/bval-jsr303/pom.xml Date: Thu, 29 May 2014 17:49:16 -0000 To: commits@bval.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140529174917.05133238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Thu May 29 17:49:16 2014 New Revision: 1598343 URL: http://svn.apache.org/r1598343 Log: reformat pom and don't override junit version Modified: bval/trunk/bval-jsr303/pom.xml Modified: bval/trunk/bval-jsr303/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/bval-jsr303/pom.xml?rev=1598343&r1=1598342&r2=1598343&view=diff ============================================================================== --- bval/trunk/bval-jsr303/pom.xml (original) +++ bval/trunk/bval-jsr303/pom.xml Thu May 29 17:49:16 2014 @@ -19,197 +19,196 @@ --> - 4.0.0 - - - org.apache.bval - bval-parent - 0.6-SNAPSHOT - - - bval-jsr303 - Apache BVal :: bval-jsr303 - jar - - Implementation specific classes for JSR 303 Bean Validation 1.0 - - - - jaxb - - 1.5 - - - - javax.xml.bind - jaxb-api - 2.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.3 - - - - - - geronimo - - - !ri - - - - - org.apache.geronimo.specs - geronimo-validation_1.0_spec - - provided - - - - - - ri - - - ri - - - - - javax.validation - validation-api - - provided - - - - - sec - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Test.java - **/*TestCase.java - - -Djava.security.manager -Djava.security.policy=${project.basedir}/src/test/resources/java.policy - - - - - - - - - - org.apache.bval - bval-core - ${project.version} - - - org.apache.commons - commons-lang3 - - - - org.apache.bval - bval-xstream - ${project.version} - - provided - true - - - org.apache.geronimo.specs - geronimo-jpa_2.0_spec - - provided - true - - - - junit - junit - 3.8.2 - test - - - org.mockito - mockito-core - test - - - - - install - - - - src/main/resources - true - - - src/main/xsd - META-INF - - + 4.0.0 + + org.apache.bval + bval-parent + 0.6-SNAPSHOT + + + bval-jsr303 + Apache BVal :: bval-jsr303 + jar + + Implementation specific classes for JSR 303 Bean Validation 1.0 + + + + jaxb + + 1.5 + + + + javax.xml.bind + jaxb-api + 2.1 + + + com.sun.xml.bind + jaxb-impl + 2.1.3 + + + + + + geronimo + + + !ri + + + + + org.apache.geronimo.specs + geronimo-validation_1.0_spec + + provided + + + + + + ri + + + ri + + + + + javax.validation + validation-api + + provided + + + + + sec + - - org.codehaus.mojo - jaxb2-maven-plugin - 1.2 - - - - xjc - - - - - org.apache.bval.jsr303.xml - true - - - - - org.apache.maven.plugins - maven-jar-plugin - - - test-jar - package - - test-jar - - false - - - - - org.apache.maven.plugins - maven-surefire-plugin - - 2.11 - - - **/*Test.java - **/*TestCase.java - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Test.java + **/*TestCase.java + + -Djava.security.manager -Djava.security.policy=${project.build.testOutputDirectory}/java.policy + + - + + + + + + + org.apache.bval + bval-core + ${project.version} + + + org.apache.commons + commons-lang3 + + + + org.apache.bval + bval-xstream + ${project.version} + + provided + true + + + org.apache.geronimo.specs + geronimo-jpa_2.0_spec + + provided + true + + + + junit + junit + test + + + org.mockito + mockito-core + test + + + + + install + + + + src/main/resources + true + + + src/main/xsd + META-INF + + + + + + org.codehaus.mojo + jaxb2-maven-plugin + 1.2 + + + + xjc + + + + + org.apache.bval.jsr303.xml + true + + + + + org.apache.maven.plugins + maven-jar-plugin + + + test-jar + package + + test-jar + + false + + + + + org.apache.maven.plugins + maven-surefire-plugin + + 2.11 + + + **/*Test.java + **/*TestCase.java + + + + +