Revision: 1341
Author: ge0ffrey
Date: 2006-08-25 01:28:12 -0700 (Fri, 25 Aug 2006)
ViewCVS: http://svn.sourceforge.net/spring-rich-c/?rev=1341&view=rev
Log Message:
-----------
dependencies for hibernate validator exception handling (which isn't
implemented yet)
Modified Paths:
--------------
trunk/spring-richclient/pom.xml
trunk/spring-richclient/samples/petclinic/gui/pom.xml
Modified: trunk/spring-richclient/pom.xml
===================================================================
--- trunk/spring-richclient/pom.xml 2006-08-24 15:06:20 UTC (rev 1340)
+++ trunk/spring-richclient/pom.xml 2006-08-25 08:28:12 UTC (rev 1341)
@@ -915,25 +915,28 @@
<!-- Persistence (for samples) -->
<dependency>
+ <!-- TODO once hibernate's validator doesn't need
persistence-api, exclude it -->
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.2.0.cr1</version>
<exclusions>
- <!-- TODO once hibernate's validator doesn't need
hibernate, exclude hibernate -->
+ <!-- TODO once hibernate's validator doesn't need
hibernate, exclude it -->
<!--<exclusion>-->
<!--<groupId>org.hibernate</groupId>-->
<!--<artifactId>hibernate</artifactId>-->
<!--</exclusion>-->
<exclusion>
- <groupId>lucene</groupId>
- <artifactId>lucene</artifactId>
- </exclusion>
- <exclusion>
<groupId>javax.persistence</groupId>
<artifactId>ejb</artifactId>
</exclusion>
</exclusions>
</dependency>
+
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
Modified: trunk/spring-richclient/samples/petclinic/gui/pom.xml
===================================================================
--- trunk/spring-richclient/samples/petclinic/gui/pom.xml 2006-08-24
15:06:20 UTC (rev 1340)
+++ trunk/spring-richclient/samples/petclinic/gui/pom.xml 2006-08-25
08:28:12 UTC (rev 1341)
@@ -98,8 +98,12 @@
<artifactId>nachocalendar</artifactId>
</dependency>
- <!-- Validation -->
+ <!-- Validation with Hibernate validator -->
<dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
</dependency>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs