Skip to content

Commit

Permalink
Update javax.persistence and EBean dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Apr 1, 2016
1 parent bfc0761 commit 019315b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class TangramVersions {
String jdo_api = 'javax.jdo:jdo-api:3.1'
// There is no official source for a JPA API jar so we decide to use one of them
// String persistence_api = 'org.eclipse.persistence:javax.persistence:2.1.1'
String persistence_api = 'org.datanucleus:javax.persistence:2.1.1'
String persistence_api = 'org.datanucleus:javax.persistence:2.1.2'

String openjpa = '2.4.1'
String eclipselink = '2.6.2'
Expand All @@ -78,7 +78,7 @@ public class TangramVersions {
// String datanucleus = '4.1.0-release'
String datanucleus = '[4.1,4.2)'

String ebean = '7.3.1'
String ebean = '7.4.1'
String ebean_datasource = '1.1'
String ebean_agent = '4.9.2'

Expand Down

0 comments on commit 019315b

Please sign in to comment.