File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 19
19
" spring-jdbc" : " org.springframework:spring-jdbc:${ springVersion} " ,
20
20
" spring-tx" : " org.springframework:spring-tx:${ springVersion} " ,
21
21
" spring-web" : " org.springframework:spring-web:${ springVersion} " ,
22
+ " spring-aop" : " org.springframework:spring-aop:${ springVersion} " ,
22
23
" cglib" : " cglib:cglib:3.2.6" ,
23
24
24
25
" javax.servlet-api" : " javax.servlet:javax.servlet-api:4.0.1" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ dependencies {
8
8
compile rootProject. ext. dependencies[" jsqlparser" ]
9
9
10
10
provided rootProject. ext. dependencies[" cglib" ]
11
+ provided rootProject. ext. dependencies[" spring-aop" ]
11
12
12
13
testCompile rootProject. ext. dependencies[" mybatis-ehcache" ]
13
14
testCompile rootProject. ext. dependencies[" logback-classic" ]
You can’t perform that action at this time.
0 commit comments