Add javax.annotation-api dependency to spring-boot-starter

Closes gh-9366
This commit is contained in:
Andy Wilkinson
2017-09-08 13:56:31 +01:00
parent db0c41851b
commit c082e31d10
2 changed files with 10 additions and 0 deletions

View File

@@ -30,6 +30,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>