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