ottlinger commented on code in PR #471: URL: https://github.com/apache/creadur-rat/pull/471#discussion_r2119606503
########## pom.xml: ########## @@ -230,6 +235,16 @@ agnostic home for software distribution comprehension and audit tools. <version>1.3.0</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> Review Comment: Should we add a test configuration of slf4j? Running a single test in IntelliJ produces a warning. ########## pom.xml: ########## @@ -230,6 +235,16 @@ agnostic home for software distribution comprehension and audit tools. <version>1.3.0</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>2.0.17</version> + </dependency> + <dependency> + <groupId>com.github.albfernandez</groupId> Review Comment: Where is this library used? Do we really use it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@creadur.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org