Upgrade to EJB 3.2

This commit is contained in:
Stephane Nicoll 2016-07-18 13:21:22 +02:00
parent afbd57c8af
commit 53a7027d8b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ configure(allprojects) { project ->
ext.ehcacheVersion = "2.10.2"
ext.ehcachejcacheVersion = "1.0.1"
ext.ehcache3Version = "3.1.0"
ext.ejbVersion = "3.0"
ext.ejbVersion = "3.2"
ext.fileuploadVersion = "1.3.2"
ext.freemarkerVersion = "2.3.23"
ext.groovyVersion = "2.4.7"