You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/08/30 17:24:28 UTC

[maven-javadoc-plugin] 01/03: Clean up slf4j-simple

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 16ca1192632f2bfc4e10faa4aa24d319957008dc
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Aug 30 19:02:05 2021 +0200

    Clean up slf4j-simple
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb5d46a..c559ad8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -382,11 +382,6 @@ under the License.
       <version>3.19.0</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>${slf4j.version}</version>
-    </dependency>
   </dependencies>
 
   <build>