diff options
Diffstat (limited to 'poi-excelant/build.gradle')
-rw-r--r-- | poi-excelant/build.gradle | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index ac324c9bef..daa7c0bbc0 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -34,13 +34,6 @@ sourceSets { } } -repositories { - mavenCentral() - maven { - url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven" - } -} - dependencies { api 'org.apache.ant:ant:1.10.12' |