Skip to content

Commit

Permalink
enable SLF4J logging during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Oct 27, 2022
1 parent 1af093b commit e0658b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maven-plugin-tools-generators/pom.xml
Expand Up @@ -120,6 +120,11 @@
<artifactId>maven-plugin-testing-harness</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit e0658b5

Please sign in to comment.