Skip to content

Commit

Permalink
Updated slf4j to not use v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mlohbihler committed Apr 21, 2017
1 parent 47635e3 commit 05fd501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sero-process/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<attribute name="FROM_GRADLE_MODEL" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions sero-process/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ repositories {

// In this section you declare the dependencies for your production and test code
dependencies {
compile 'org.slf4j:slf4j-api:1.+'
compile 'org.slf4j:slf4j-api:[1.7.0,1.8)'
compile 'commons-io:commons-io:2.+'

testCompile 'junit:junit:4.+'
testCompile 'org.slf4j:slf4j-simple:1.+'
testCompile 'org.slf4j:slf4j-simple:[1.7.0,1.8)'
}

task sourceJar(group: 'build', type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 05fd501

Please sign in to comment.