Skip to content

Commit

Permalink
SLVSCODE-230 Fix noisy error message from SLF4J
Browse files Browse the repository at this point in the history
  • Loading branch information
jblievremont committed Feb 9, 2022
1 parent 0f75227 commit 814dab0
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@
<artifactId>httpclient5</artifactId>
<version>5.1.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.0.0.202111291000-r</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.35</version>
</dependency>

<!-- unit tests -->
<dependency>
Expand Down Expand Up @@ -102,11 +112,6 @@
<version>3.12.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.0.0.202111291000-r</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 814dab0

Please sign in to comment.