Skip to content

Commit 1596b81

Browse files
authored
Merge pull request #30 from apache/slf4j
make SLF4J dependency explicit
2 parents b104da3 + 98db35f commit 1596b81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

maven-jxr/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ under the License.
9292
<groupId>org.codehaus.plexus</groupId>
9393
<artifactId>plexus-utils</artifactId>
9494
</dependency>
95-
95+
<dependency>
96+
<groupId>org.slf4j</groupId>
97+
<artifactId>slf4j-api</artifactId>
98+
<version>1.7.30</version>
99+
</dependency>
96100
<dependency>
97101
<groupId>org.apache.velocity</groupId>
98102
<artifactId>velocity-engine-core</artifactId>

0 commit comments

Comments
 (0)