OPENJPA-1114 Add an exclude for the agimatec-jsr303 transitive depend on javax.validation-validation-api RI, as discovered by Albert Lee.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@793612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2009-07-13 15:43:51 +00:00
parent 00c27b1df4
commit edff099770
1 changed files with 7 additions and 0 deletions

View File

@ -81,6 +81,13 @@
<artifactId>agimatec-jsr303</artifactId>
<version>0.9.1-SNAPSHOT</version>
<scope>test</scope>
<!-- force usage of the geronimo-validation spec -->
<exclusions>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.agimatec</groupId>