refs #PL-5485

add new lib to cuba core
This commit is contained in:
Evgeny Zaharchenko 2015-06-04 13:02:17 +00:00
parent 2442a0c60b
commit 70ba30d2cc

View File

@ -207,6 +207,7 @@ configure(coreModule) {
compile(group: 'com.haulmont.thirdparty', name: 'xstream', version: '1.4.2.20120702')
runtime(group: 'xpp3', name: 'xpp3_min', version: '1.1.4c')
runtime(group: 'xmlpull', name: 'xmlpull', version: '1.1.3.1')
compile(group: 'org.ocpsoft.prettytime', name: 'prettytime-nlp', version: '3.2.5.Final')
compile(group: 'org.jgroups', name: 'jgroups', version: '3.6.1.Final')
compile(group: 'org.aspectj', name: 'aspectjrt', version: '1.8.4')
compile(group: 'org.aspectj', name: 'aspectjweaver', version: '1.8.4')