diff options
Diffstat (limited to 'idrop-web/grails-app/conf/BuildConfig.groovy')
-rw-r--r-- | idrop-web/grails-app/conf/BuildConfig.groovy | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/idrop-web/grails-app/conf/BuildConfig.groovy b/idrop-web/grails-app/conf/BuildConfig.groovy index 42e6558..259d4c5 100644 --- a/idrop-web/grails-app/conf/BuildConfig.groovy +++ b/idrop-web/grails-app/conf/BuildConfig.groovy @@ -29,11 +29,11 @@ grails.project.dependency.resolution = { test 'org.mockito:mockito-all:1.8.1' compile 'commons-io:commons-io:2.1' provided 'junit:junit:4.8.1' - compile 'org.irods.jargon:jargon-core:3.2.0-SNAPSHOT' - compile 'org.irods.jargon:jargon-security:3.2.0-SNAPSHOT' - compile 'org.irods.jargon:jargon-data-utils:3.2.0-SNAPSHOT' - compile 'org.irods.jargon:jargon-ticket:3.2.0-SNAPSHOT' - compile ('org.irods.jargon:jargon-user-tagging:3.2.0-SNAPSHOT') { exclude 'junit' } + compile 'org.irods.jargon:jargon-core:3.1.4' + compile 'org.irods.jargon:jargon-security:3.1.3' + compile 'org.irods.jargon:jargon-data-utils:3.1.4' + compile 'org.irods.jargon:jargon-ticket:3.1.4' + compile ('org.irods.jargon:jargon-user-tagging:3.1.4') { exclude 'junit' } compile 'org.springframework.security:spring-security-core:3.0.5.RELEASE' compile 'org.springframework.security:spring-security-web:3.0.5.RELEASE' compile 'org.springframework.security:spring-security-config:3.0.5.RELEASE' |