File tree 5 files changed +5
-4
lines changed
example-04-bean-lifecycle
example-06-annotation-config
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
group(" io.sfe" )
2
2
3
- ext. javaxAnnotationApiVersion = " 1.3.2"
4
3
ext. junitJupiterVersion = " 5.6.0"
5
4
ext. servletApiVersion = " 4.0.1"
6
5
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
implementation libs. spring. context
3
- implementation " javax.annotation: javax.annotation-api: ${ javaxAnnotationApiVersion } "
3
+ implementation libs . javax. annotation
4
4
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
implementation libs. spring. context
3
- implementation " javax.annotation: javax.annotation-api: ${ javaxAnnotationApiVersion } "
3
+ implementation libs . javax. annotation
4
4
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
implementation libs. spring. context
3
- implementation " javax.annotation: javax.annotation-api: ${ javaxAnnotationApiVersion } "
3
+ implementation libs . javax. annotation
4
4
}
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ dependencyResolutionManagement {
10
10
alias(' spring-context' ). to(' org.springframework' , ' spring-context' ). versionRef(' spring' )
11
11
alias(' spring-web' ). to(' org.springframework' , ' spring-web' ). versionRef(' spring' )
12
12
alias(' spring-webmvc' ). to(' org.springframework' , ' spring-webmvc' ). versionRef(' spring' )
13
+
14
+ alias(' javax.annotation' ). to(' javax.annotation' , ' javax.annotation-api' ). version(' 1.3.2' )
13
15
}
14
16
}
15
17
}
You can’t perform that action at this time.
0 commit comments