aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-excelant/build.gradle')
-rw-r--r--poi-excelant/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index cd9b762067..1038bdb591 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -34,6 +34,13 @@ sourceSets {
}
}
+repositories {
+ mavenCentral()
+ maven {
+ url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
+ }
+}
+
dependencies {
api 'org.apache.ant:ant:1.10.11'