Skip to content

Commit

Permalink
Merge pull request #5350 from leonardehrenfried/remove-oba-slf4j
Browse files Browse the repository at this point in the history
Exclude OBA's slf4j-simple
  • Loading branch information
leonardehrenfried authored Sep 12, 2023
2 parents 57cbe99 + 1938f63 commit 56e650e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,12 @@
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs</artifactId>
<version>1.4.5</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Processing is used for the debug GUI (though we could probably use just Java2D) -->
<dependency>
Expand Down

0 comments on commit 56e650e

Please sign in to comment.