Skip to content

Commit

Permalink
Polish dependencies for #7374
Browse files Browse the repository at this point in the history
  • Loading branch information
rymsha committed Oct 25, 2019
1 parent e3e1902 commit ae8e9db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/launcher/launcher-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ dependencies {
compile 'org.osgi:osgi.core:7.0.0'
compile 'org.osgi:osgi.cmpn:7.0.0'
compile "org.apache.felix:org.apache.felix.framework:${felixVersion}"
runtime 'org.apache.felix:org.apache.felix.log:1.2.2'
runtime 'org.apache.felix:org.apache.felix.logback:1.0.2'
runtimeOnly 'org.apache.felix:org.apache.felix.logback:1.0.2'
compile 'org.apache.felix:org.apache.felix.utils:1.11.2'
compile 'commons-io:commons-io:2.4'
compile 'ch.qos.logback:logback-classic:1.2.3'
runtimeOnly 'ch.qos.logback:logback-classic:1.2.3'
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'org.fusesource.jansi:jansi:1.11'
compile 'javax.mail:mail:1.4.7'
Expand Down

0 comments on commit ae8e9db

Please sign in to comment.