Author: uli
Date: Sat Nov 12 22:18:42 2011
New Revision: 1201345

URL: http://svn.apache.org/viewvc?rev=1201345&view=rev
Log:
eclipselink maven repo seems to be gone. at least get the specs needed for 
building from someplace else. maybe switch to openjpa for testing?

Modified:
    tapestry/tapestry5/trunk/tapestry-jpa/build.gradle

Modified: tapestry/tapestry5/trunk/tapestry-jpa/build.gradle
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-jpa/build.gradle?rev=1201345&r1=1201344&r2=1201345&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-jpa/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-jpa/build.gradle Sat Nov 12 22:18:42 2011
@@ -2,7 +2,7 @@ description = "Provides support for simp
 
 dependencies {
   compile project(':tapestry-core')
-  compile "org.eclipse.persistence:javax.persistence:2.0.3"
+  compile "org.apache.geronimo.specs:geronimo-jpa_2.0_spec:1.1"
   
   testCompile project(':tapestry-test')
   


Reply via email to