diff --git a/pom.xml b/pom.xml index c8eb5e8..3d9a81c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ + 4.0.0 com.web.cal webapp @@ -7,11 +8,13 @@ 0.2 WebAppCal Maven Webapp http://maven.apache.org - - UTF-8 - 1.8 - 1.8 - + + + UTF-8 + 1.8 + 1.8 + + junit @@ -19,18 +22,48 @@ 4.8.2 test - - - javax.servlet - servlet-api - 2.5 - - - - - releases - - http://binary.ibm.com/nexus/content/repositories/releases - - + + + + javax.servlet + servlet-api + 2.5 + + + + + org.slf4j + slf4j-api + 1.7.32 + + + ch.qos.logback + logback-classic + 1.2.6 + + + ch.qos.logback + logback-core + 1.2.6 + + + + + + + releases + http://binary.ibm.com/nexus/content/repositories/releases + + + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.9.1 + + +