aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-full
diff options
context:
space:
mode:
Diffstat (limited to 'poi-ooxml-full')
-rw-r--r--poi-ooxml-full/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle
index 8808c6fcc2..49b672bf51 100644
--- a/poi-ooxml-full/build.gradle
+++ b/poi-ooxml-full/build.gradle
@@ -35,6 +35,13 @@ sourceSets {
}
}
+repositories {
+ mavenCentral()
+ maven {
+ url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
+ }
+}
+
dependencies {
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
// implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"