Skip to content

Commit

Permalink
Merge pull request #30 from apache/slf4j
Browse files Browse the repository at this point in the history
make SLF4J dependency explicit
  • Loading branch information
elharo committed Feb 6, 2021
2 parents b104da3 + 98db35f commit 1596b81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion maven-jxr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
Expand Down

0 comments on commit 1596b81

Please sign in to comment.