Browse Source

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
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
7987d913f3
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      poi-scratchpad/build.gradle

+ 7
- 0
poi-scratchpad/build.gradle View 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')

Loading…
Cancel
Save