diff --git a/pom.xml b/pom.xml
index a1b3f34e..ae15401f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
maven-plugins
org.apache.maven.plugins
- 34
+ 37
@@ -53,7 +53,7 @@ under the License.
Jenkins
- https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-checkstyle-plugin/
+ https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-checkstyle-plugin/
@@ -90,21 +90,25 @@ under the License.
org.apache.maven
maven-artifact
${mavenVersion}
+ provided
org.apache.maven
maven-core
${mavenVersion}
+ provided
org.apache.maven
maven-model
${mavenVersion}
+ provided
org.apache.maven
maven-plugin-api
${mavenVersion}
+ provided
org.apache.maven.plugin-tools
@@ -247,25 +251,8 @@ under the License.
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 3.3.0
-
-
- org.apache.maven.plugins
- maven-enforcer-plugin
- 3.1.0
-
-
- org.codehaus.mojo
- extra-enforcer-rules
- 1.6.1
-
-
-
+
maven-checkstyle-plugin
3.1.1
@@ -284,18 +271,6 @@ under the License.
-
- org.apache.maven.plugins
- maven-enforcer-plugin
- 3.1.0
-
-
- org.codehaus.mojo
- extra-enforcer-rules
- 1.6.1
-
-
-
org.codehaus.mojo
build-helper-maven-plugin
@@ -342,6 +317,7 @@ under the License.
org.codehaus.plexus
plexus-component-metadata
+ 2.1.1
@@ -385,13 +361,10 @@ under the License.
- com.googlecode.l10n-maven-plugin
+ org.codehaus.mojo
l10n-maven-plugin
- 1.8
+ 1.0.0
-
- **/log4j.properties
-
de
fr
diff --git a/src/main/resources/log4j.properties b/src/main/resources/log4j.properties
deleted file mode 100644
index dc98239d..00000000
--- a/src/main/resources/log4j.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-log4j.rootCategory=INFO, stdout
-
-log4j.appender.stdout=org.apache.log4j.ConsoleAppender
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%5p [%c{1}:%L] %d{ISO8601} - %m%n
-
-log4j.logger.org.apache.commons.beanutils=ERROR