From 0c8a4d1bab5f76274eda80c2117909ce04861f35 Mon Sep 17 00:00:00 2001 From: franck-benault Date: Sat, 10 Mar 2018 00:33:41 +0100 Subject: [PATCH] [FIX] fix build maven update version add missing servlet api --- pom.xml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 88a9c52..5c0a12e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ audit4j-spring jar Audit4j - Spring Integration - 2.4.1 + 2.6.0 http://audit4j.org Audit4j - An open-source auditing framework for Java, Spring Integration @@ -46,7 +46,7 @@ +05:30 - + The Apache Software License, Version 2.0 @@ -61,12 +61,12 @@ scm:git:git@github.com:audit4j/audit4j-spring.git 2.4.0 - + github https://github.com/audit4j/audit4j-core/issues - + travis-ci https://travis-ci.org/audit4j/audit4j-spring @@ -74,7 +74,7 @@ 4.11 - 2.4.1 + 2.5.0 4.2.2.RELEASE 4.0.3.RELEASE 1.8.7 @@ -133,6 +133,20 @@ ${aspectj.version} provided + + + + + javax.servlet + javax.servlet-api + 4.0.0 + provided +