Browse Source

revert xmlbeans jar changes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901545 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
PJ Fanning 1 year ago
parent
commit
bf7f9d7f27

+ 1
- 3
poi-ooxml-full/build.gradle View File

@@ -36,9 +36,7 @@ sourceSets {
}

dependencies {
//api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar")
api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}

idea {

+ 1
- 2
poi-ooxml-lite-agent/build.gradle View File

@@ -26,8 +26,7 @@ sourceSets {
dependencies {
api 'net.bytebuddy:byte-buddy:1.12.+'
api 'net.bytebuddy:byte-buddy-agent:1.12.+'
//api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar")
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}

final MODULE_NAME = 'org.apache.poi.ooxml_lite'

+ 1
- 2
poi-ooxml-lite/build.gradle View File

@@ -36,8 +36,7 @@ sourceSets {
}

dependencies {
//api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar")
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
compileOnly project(':poi-ooxml-full')
}


+ 1
- 2
poi-ooxml/build.gradle View File

@@ -67,8 +67,7 @@ dependencies {
api project(':poi-ooxml-full')
api project(path: ':poi-ooxml-full', configuration: 'archives')

//api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar")
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
api "org.apache.commons:commons-compress:${commonsCompressVersion}"
api "commons-io:commons-io:${commonsIoVersion}"
api 'com.github.virtuald:curvesapi:1.07'

Loading…
Cancel
Save