OPENJPA-1468 Upgrade to final Bean Validation spec API from Geronimo

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.0-beta@902891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-01-25 17:38:04 +00:00
parent 5b9cba4fd9
commit ad7c87cbdb
1 changed files with 20 additions and 1 deletions

21
pom.xml
View File

@ -612,7 +612,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-validation_1.0_spec</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
@ -1025,4 +1025,23 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta</developerConnection>
<url>http://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta</url>
</scm>
<!-- added so the build can find geronimo-validation_1.0_spec-1.0 -->
<repositories>
<repository>
<id>apache.nexus.staging</id>
<name>Apache Staging Repository</name>
<layout>default</layout>
<url>https://repository.apache.org/content/repositories/staging/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
</repository>
</repositories>
</project>