Skip to content

Commit

Permalink
squelch slf4j (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Al Niessner <[email protected]>
  • Loading branch information
al-niessner and Al Niessner authored Dec 10, 2024
1 parent bf5eff8 commit 6e4b3e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ POSSIBILITY OF SUCH DAMAGE.
<artifactId>opencsv</artifactId>
<version>5.9</version>
</dependency>
<!-- Silence SLF4J messages (NASA-PDS/registry-mgr:117) -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>2.0.16</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 6e4b3e0

Please sign in to comment.