]> source.dussan.org Git - poi.git/commitdiff
xmlbeans 5.0.2 (temporarily from a pre-release location)
authorPJ Fanning <fanningpj@apache.org>
Wed, 13 Oct 2021 22:15:22 +0000 (22:15 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 13 Oct 2021 22:15:22 +0000 (22:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894212 13f79535-47bb-0310-9956-ffa450edef68

poi-scratchpad/build.gradle

index 94ca0350c87c06fd72a22457557c38c1d54cfdb1..a94abea9b7329ec795765111aff57e94a5bf0852 100644 (file)
@@ -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')