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 +