Skip to content

Commit

Permalink
Pin a version of slf4j-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jul 19, 2021
1 parent 401958d commit 0f23277
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions access-modifier-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency> <!-- Irritatingly, maven-resolver-provider & maven-resolver-impl request different versions -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
</dependencies>
</dependencyManagement>

<profiles>
<profile>
<id>run-its</id>
Expand Down

0 comments on commit 0f23277

Please sign in to comment.