From c55867b0d9bc1a977d965cb828ad47ce494b1080 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 22 Sep 2022 14:47:03 +0200 Subject: [PATCH] Restoring required dependecies --- pom.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index b41038e..3622ec8 100644 --- a/pom.xml +++ b/pom.xml @@ -216,24 +216,24 @@ - - - - - - - - - - - - - - - - - - + + com.webcohesion.enunciate + enunciate-core-annotations + ${enunciate.version} + provided + + + com.webcohesion.enunciate + enunciate-rt-util + ${enunciate.version} + provided + + + javax.servlet + javax.servlet-api + 3.1.0 + provided +