mirror of https://github.com/apache/openjpa.git
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:
parent
00c27b1df4
commit
edff099770
|
@ -81,6 +81,13 @@
|
||||||
<artifactId>agimatec-jsr303</artifactId>
|
<artifactId>agimatec-jsr303</artifactId>
|
||||||
<version>0.9.1-SNAPSHOT</version>
|
<version>0.9.1-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
|
<!-- force usage of the geronimo-validation spec -->
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>javax.validation</groupId>
|
||||||
|
<artifactId>validation-api</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.agimatec</groupId>
|
<groupId>com.agimatec</groupId>
|
||||||
|
|
Loading…
Reference in New Issue