File tree 3 files changed +8
-1
lines changed
chapter13/junit5-test/src/test/java/com/apress/prospring5/ch13
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 37
37
thymeSecurityVersion = ' 3.0.2.RELEASE'
38
38
jQueryVersion = ' 3.2.1'
39
39
twsVersion = ' 9.0.0.M22'
40
+ annotationApiVersion = ' 1.3.2'
40
41
41
42
// persistency libraries
42
43
hibernateVersion = ' 5.6.5.Final'
74
75
batchCore : " org.springframework.batch:spring-batch-core:$springBatchVersion " ,
75
76
batchIntegration : " org.springframework.batch:spring-batch-integration:$springBatchVersion " ,
76
77
integrationFile : " org.springframework.integration:spring-integration-file:$springIntegrationVersion " ,
77
- webflux : " org.springframework:spring-webflux:$springVersion "
78
+ webflux : " org.springframework:spring-webflux:$springVersion " ,
79
+ annotationApi : " javax.annotation:javax.annotation-api:$annotationApiVersion "
78
80
79
81
]
80
82
@@ -188,6 +190,10 @@ subprojects {
188
190
maven { url " http://repo.spring.io/milestone" }
189
191
maven { url " https://repo.spring.io/libs-milestone" }
190
192
}
193
+
194
+ dependencies {
195
+ spring. annotationApi
196
+ }
191
197
}
192
198
193
199
tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change 10
10
import org .slf4j .LoggerFactory ;
11
11
import org .springframework .beans .factory .annotation .Autowired ;
12
12
import org .springframework .test .context .ActiveProfiles ;
13
+
13
14
import org .springframework .test .context .jdbc .Sql ;
14
15
import org .springframework .test .context .jdbc .SqlConfig ;
15
16
import org .springframework .test .context .jdbc .SqlGroup ;
You can’t perform that action at this time.
0 commit comments