From 086b069722b8dd8bd4b99e98f11ea4f8a4a76227 Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Mon, 1 Apr 2019 12:37:25 +0200 Subject: [PATCH] pom auf neuesten Stand nach Anleitung gebracht Signed-off-by: Johannes Theiner --- pom.xml | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 45dab66..5821b30 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 1.8 - checkstyle.xml + checkstyle.xml UTF-8 @@ -27,6 +27,20 @@ Developer + + Charlotte Friedemann + charlotte.friedemann@informatik-emden.de + + Developer + + + + Julian Hinxlage + julian.hinxlage@informatik-emden.de + + Developer + + @@ -101,7 +115,7 @@ ${project.build.sourceEncoding} true true - ${checkstyle_file} + ${checkstyle.file} @@ -176,7 +190,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle_file} + ${checkstyle.file} 3.0.0 @@ -202,6 +216,8 @@ + + javax.servlet javax.servlet-api @@ -214,6 +230,16 @@ 2.1 provided + + org.apache.myfaces.core + myfaces-api + 2.3.3 + + + org.apache.myfaces.core + myfaces-impl + 2.3.3 +