We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b104da3 + 98db35f commit 1596b81Copy full SHA for 1596b81
maven-jxr/pom.xml
@@ -92,7 +92,11 @@ under the License.
92
<groupId>org.codehaus.plexus</groupId>
93
<artifactId>plexus-utils</artifactId>
94
</dependency>
95
-
+ <dependency>
96
+ <groupId>org.slf4j</groupId>
97
+ <artifactId>slf4j-api</artifactId>
98
+ <version>1.7.30</version>
99
+ </dependency>
100
<dependency>
101
<groupId>org.apache.velocity</groupId>
102
<artifactId>velocity-engine-core</artifactId>
0 commit comments