Skip to content

Commit

Permalink
Resolve slf4j enforcer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed May 1, 2020
1 parent 7bcaeef commit a5c4f37
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.0</version>
<version>4.1</version>
<relativePath />
</parent>
<artifactId>github-branch-source</artifactId>
Expand Down Expand Up @@ -149,6 +149,12 @@
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.26</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
Expand Down

0 comments on commit a5c4f37

Please sign in to comment.