Delete javax.annotation 1.2 and switch to spring-boot-starter-parent 2.1.3

This commit is contained in:
St ef 2021-05-31 19:34:00 +00:00
parent 378782493d
commit 1b83b3aa9a

View file

@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.4.RELEASE</version> <version>2.1.3.RELEASE</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>
@ -109,12 +109,6 @@
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<!-- Annotation Fix -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.2</version>
</dependency>
</dependencies> </dependencies>