Skip to content

Commit

Permalink
make SLF4J dependency explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliotte Rusty Harold committed Feb 6, 2021
1 parent 731dd7f commit 98db35f
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 98db35f

Please sign in to comment.