bparmentier / OpenBikeSharing

Shared bikes availability in your city
https://openbikesharing.org
Other
67 stars 56 forks source link

Use mavenCentral for sl4j #1

Closed ghost closed 10 years ago

ghost commented 10 years ago

sl4j seems to be available via mavenCentral as 'org.slf4j:slf4j-simple:1.7.7' and 'org.slf4j:slf4j-api:1.7.7' -- why not use these?

bparmentier commented 10 years ago

I didn't really know how to use Gradle when I began the project so I manually downloaded the jars. sl4j is now added as a dependency in build.gradle (see https://github.com/bparmentier/OpenBikeSharing/commit/64963e9544a13664ab585f83757baa21610478d7) Thanks. Edit: s/sl4j/slf4j