EclipseLink ORM (Get rid of false warning "query_has_joined_attribute_outside_fetch_group"). #PL-5412

This commit is contained in:
Konstantin Krivopustov 2015-10-07 12:19:36 +00:00
parent c5f14842cc
commit b461e236c7

View File

@ -104,7 +104,7 @@ configure([sharedLibModule, globalModule, coreModule, clientModule, guiModule,
compile 'org.eclipse.persistence:javax.persistence:2.1.0'
compile 'org.eclipse.persistence:commonj.sdo:2.1.1'
compile 'org.glassfish:javax.json:1.0.4'
compile 'com.haulmont.thirdparty:eclipselink:2.6.0.cuba1'
compile 'com.haulmont.thirdparty:eclipselink:2.6.0.cuba2'
compile('org.freemarker:freemarker:2.3.23')
compile(group: 'aopalliance', name: 'aopalliance', version: '1.0')