diff options
-rw-r--r-- | build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index fe86cdeb..055a7d17 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,6 @@ repositories { mavenCentral() jcenter() maven { url "https://jitpack.io" } - maven { url "https://repository.apache.org/content/repositories/snapshots/" } } apply plugin: 'io.spring.dependency-management' dependencyManagement { @@ -124,7 +123,7 @@ dependencies { compile 'com.google.code.findbugs:jsr305:3.0.2' compile 'org.ocpsoft.prettytime:prettytime:4.0.2.Final' compile 'org.imgscalr:imgscalr-lib:4.2' - compile "org.apache.commons:commons-imaging:1.0-SNAPSHOT" + compile "org.apache.commons:commons-imaging:1.0-alpha1" runtime "commons-fileupload:commons-fileupload:1.3.3" compile 'com.github.ben-manes.caffeine:caffeine:2.7.0' |