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" }
2927
3028 antTraxVersion = " 1.7.1"
3129 antVersion = " 1.9.4"
32- aspectjVersion = " 1.8.5 " // use same version as org.springframework:spring-aspects uses
30+ aspectjVersion = " 1.8.7 " // use same version as org.springframework:spring-aspects uses
3331 commonsCliVersion = " 1.2"
3432 commonsCollectionsVersion = " 3.2.1"
3533 commonsIOVersion = " 2.2"
4947 springLoadedVersion = " 1.2.5.RELEASE"
5048 springBootVersion = " 1.2.7.RELEASE"
5149 springLoadedCommonOptions = " -Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
52- springVersion = " 4.1.8.RELEASE"
50+ springVersion = " 4.1.8.RELEASE" // ensure to sync "aspectjVersion" (see commend above)
5351 ehcacheVersion = " 2.4.6"
5452 junitVersion = " 4.12"
5553 concurrentlinkedhashmapVersion = " 1.4.2"
You can’t perform that action at this time.
0 commit comments