From 1b83b3aa9a1e9798c0073c3b5df61208b3748006 Mon Sep 17 00:00:00 2001 From: St ef Date: Mon, 31 May 2021 19:34:00 +0000 Subject: [PATCH] Delete javax.annotation 1.2 and switch to spring-boot-starter-parent 2.1.3 --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 2e3397494..fdb3bfad7 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.4.RELEASE + 2.1.3.RELEASE petclinic @@ -109,12 +109,6 @@ true - - - javax.annotation - javax.annotation-api - 1.2 -