Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/pom.rb
Original file line number Diff line number Diff line change
@@ -75,7 +75,8 @@
jar 'org.jruby:joda-timezones:${tzdata.version}', :scope => '${tzdata.scope}'
jar 'joda-time:joda-time:${joda.time.version}'

jar 'org.slf4j:slf4j-api:1.7.12', :scope => 'provided'
# SLF4J only used within SLF4JLogger (JRuby logger impl) class
jar 'org.slf4j:slf4j-api:1.7.12', :scope => 'provided', :optional => true
jar 'org.slf4j:slf4j-simple:1.7.12', :scope => 'test'

plugin_management do
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -268,6 +268,7 @@ DO NOT MODIFIY - GENERATED CODE
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

0 comments on commit 74f0d4f

Please sign in to comment.