Author: steve.ebersole(a)jboss.com
Date: 2009-08-15 16:38:36 -0400 (Sat, 15 Aug 2009)
New Revision: 17325
Modified:
core/trunk/annotations/pom.xml
Log:
moved to separately released hibernate-commons-annotations; moved validation versions to
dependencyManagement
Modified: core/trunk/annotations/pom.xml
===================================================================
--- core/trunk/annotations/pom.xml 2009-08-15 20:32:59 UTC (rev 17324)
+++ core/trunk/annotations/pom.xml 2009-08-15 20:38:36 UTC (rev 17325)
@@ -56,7 +56,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
- <version>3.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hibernate.java-persistence</groupId>
@@ -75,17 +74,35 @@
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
- <version>1.0.CR4</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>4.0.0.Beta3</version>
<scope>test</scope>
</dependency>
</dependencies>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-commons-annotations</artifactId>
+ <version>3.2.0.Beta1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ <version>1.0.CR4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>4.0.0.Beta3</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<build>
<testResources>
<testResource>
Show replies by date