You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/02/06 16:47:41 UTC

[GitHub] [maven-jxr] slachiewicz commented on a change in pull request #30: make SLF4J dependency explicit

slachiewicz commented on a change in pull request #30:
URL: https://github.com/apache/maven-jxr/pull/30#discussion_r571456941



##########
File path: maven-jxr/pom.xml
##########
@@ -92,7 +92,11 @@ under the License.
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
     </dependency>
-
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.30</version>

Review comment:
       better would be to use the latest available with 3.1.1 -  to avoid any linking exceptions




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org