aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-13 22:15:22 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-13 22:15:22 +0000
commit7987d913f31ec33e14f6e8e8797fd60c95dfe64a (patch)
treed0327bc64273432f6b4bff499ccad499763d9482 /poi-scratchpad/build.gradle
parent4b97b12712144fcf0f26c5ca85f593d3fc58bfb4 (diff)
downloadpoi-7987d913f31ec33e14f6e8e8797fd60c95dfe64a.tar.gz
poi-7987d913f31ec33e14f6e8e8797fd60c95dfe64a.zip
xmlbeans 5.0.2 (temporarily from a pre-release location)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-scratchpad/build.gradle')
-rw-r--r--poi-scratchpad/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle
index 94ca0350c8..a94abea9b7 100644
--- a/poi-scratchpad/build.gradle
+++ b/poi-scratchpad/build.gradle
@@ -35,6 +35,13 @@ sourceSets {
}
}
+repositories {
+ mavenCentral()
+ maven {
+ url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
+ }
+}
+
dependencies {
api project(':poi')
api project(path:':poi', configuration: 'archives')