File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- import org.apache.tools.ant.filters.ReplaceTokens
2-
31buildscript {
42 repositories {
53 maven { url " https://repo.grails.org/grails/core" }
2220
2321 antTraxVersion = " 1.7.1"
2422 antVersion = " 1.9.4"
25- aspectjVersion = " 1.8.5 " // use same version as org.springframework:spring-aspects uses
23+ aspectjVersion = " 1.8.7 " // use same version as org.springframework:spring-aspects uses
2624 commonsCliVersion = " 1.2"
2725 commonsCollectionsVersion = " 3.2.1"
2826 commonsIOVersion = " 2.2"
4038 spockVersion = ' 1.0-groovy-2.4'
4139 springLoadedVersion = " 1.2.4.RELEASE"
4240 springLoadedCommonOptions = " -Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
43- springVersion = " 4.1.8.RELEASE"
41+ springVersion = " 4.1.8.RELEASE" // ensure to sync "aspectjVersion" (see commend above)
4442 ehcacheVersion = " 2.4.6"
4543 junitVersion = " 4.12"
4644 concurrentlinkedhashmapVersion = " 1.4"
You can’t perform that action at this time.
0 commit comments