Skip to content
This repository was archived by the owner on Jun 21, 2019. It is now read-only.

Commit 3c10613

Browse files
author
Arne Augenstein
committed
Change dependency line order
1 parent b0cfa99 commit 3c10613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ dependencies {
3838
compile 'commons-io:commons-io:2.5'
3939
compile 'org.apache.httpcomponents:fluent-hc:4.5.3'
4040
compile 'com.google.code.gson:gson:2.8.0'
41-
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.25'
4241

4342
testCompile 'junit:junit:4.12'
43+
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.25'
4444

4545
deployerJars "org.apache.maven.wagon:wagon-ssh:2.2"
4646
}

0 commit comments

Comments
 (0)