OPENJPA-2667 upgrade to BVal-1.1

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1761771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Struberg 2016-09-21 15:43:11 +00:00
parent 5cf5442d19
commit 19a59684f0
13 changed files with 23 additions and 16 deletions

View File

@ -140,12 +140,19 @@
<!-- bean validation includes -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>org.apache.bval.bundle</artifactId>
</dependency>
<dependency>
<!-- TODO This is actually a transitive dependency from bval and should get removed once bval gets rid of it-->
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>

View File

@ -78,7 +78,7 @@
<exclusions>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</exclusion>
</exclusions>
</dependency>
@ -146,7 +146,7 @@
<exclusions>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</exclusion>
</exclusions>
</dependency>

View File

@ -72,7 +72,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<!-- for osgi bundle activator code, use same level as Apache Aries -->

View File

@ -418,7 +418,7 @@
<!-- included for Apache Bean Validation provider -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>

View File

@ -119,7 +119,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>

View File

@ -41,7 +41,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</dependency>

View File

@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</dependency>
</dependencies>

View File

@ -41,7 +41,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</dependency>
<dependency>

View File

@ -40,7 +40,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</dependency>
<dependency>

View File

@ -40,7 +40,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</dependency>

View File

@ -40,7 +40,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<artifactId>geronimo-validation_1.1_spec</artifactId>
</dependency>
</dependencies>

View File

@ -530,13 +530,13 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<version>1.1</version>
<artifactId>geronimo-validation_1.1_spec</artifactId>
<version>1.0-alpha-1</version>
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>org.apache.bval.bundle</artifactId>
<version>0.5</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>