Index: /applications/editors/josm/plugins/mapillary/build.gradle
===================================================================
--- /applications/editors/josm/plugins/mapillary/build.gradle	(revision 31425)
+++ /applications/editors/josm/plugins/mapillary/build.gradle	(revision 31426)
@@ -18,8 +18,4 @@
     url "https://repository.apache.org/content/repositories/snapshots/"
   }
-  // for scribe-java
-  maven {
-    url "https://raw.github.com/fernandezpablo85/scribe-java/mvn-repo/"
-  }
   //for josm-(latest|tested).jar
   ivy {
@@ -31,10 +27,10 @@
 }
 dependencies {
-  // The JOSM-version can be specified as "latest", "tested" or "snapshot-1234" (replace 1234 by the desired version numbers).
+  // The JOSM-version can be specified as "latest", "tested" or "snapshot-1234" (replace 1234 by the desired version number).
   // For revisions older than the last ~60 versions, also append "Archiv" to the repository URL above
-  packIntoJar 'org.scribe:scribe:1.3.7'
+  compile 'org.openstreetmap.josm:josm:tested'
+  compile 'org.apache.commons:commons-imaging:1.0-SNAPSHOT'
 
-  compile 'org.openstreetmap.josm:josm:latest'
-  compile 'org.apache.commons:commons-imaging:1.0-SNAPSHOT'
+  packIntoJar 'com.amazonaws:aws-java-sdk-s3:1.10.8'
 
   testCompile 'junit:junit:4.12'
@@ -108,5 +104,5 @@
 
 jar {
-  from zipTree(configurations.packIntoJar.singleFile)
+  from configurations.packIntoJar.collect { it.isDirectory() ? it : zipTree(it) }
   manifest {
     attributes("Plugin-Mainversion": "8433",
@@ -161,3 +157,2 @@
   gradleVersion = '2.5'
 }
-
