Skip to content

Commit 6b0cddc

Browse files
committed
Added javax.annotation-api for JDK9 and above
1 parent c936096 commit 6b0cddc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-bean-lifecycle/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<groupId>org.springframework</groupId>
2222
<artifactId>spring-context</artifactId>
2323
</dependency>
24+
25+
<dependency>
26+
<groupId>javax.annotation</groupId>
27+
<artifactId>javax.annotation-api</artifactId>
28+
</dependency>
2429
</dependencies>
2530

2631
<dependencyManagement>

0 commit comments

Comments
 (0)