Skip to content

Commit

Permalink
Use slf4j from upstream Maven instead of Orbit
Browse files Browse the repository at this point in the history
And bump to latest release
  • Loading branch information
mickaelistria committed Sep 28, 2022
1 parent f503ae1 commit 0f54777
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.3</version>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Jetty and servlet API" missingManifest="error" type="Maven">
Expand Down

0 comments on commit 0f54777

Please sign in to comment.