Skip to content

Commit

Permalink
Added slf4j.api to maven dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Jun 10, 2021
1 parent eb90d19 commit c166fae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions org.eclipse.ecf.provider.etcd3/pom.xml
Expand Up @@ -94,6 +94,11 @@
<artifactId>org.osgi.util.tracker</artifactId>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit c166fae

Please sign in to comment.