mirror of https://github.com/apache/poi.git
revert xmlbeans jar changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a3b3b91d50
commit
bf7f9d7f27
|
@ -36,9 +36,7 @@ sourceSets {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
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}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
idea {
|
idea {
|
||||||
|
|
|
@ -26,8 +26,7 @@ sourceSets {
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'net.bytebuddy:byte-buddy:1.12.+'
|
api 'net.bytebuddy:byte-buddy:1.12.+'
|
||||||
api 'net.bytebuddy:byte-buddy-agent:1.12.+'
|
api 'net.bytebuddy:byte-buddy-agent:1.12.+'
|
||||||
//api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
||||||
api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final MODULE_NAME = 'org.apache.poi.ooxml_lite'
|
final MODULE_NAME = 'org.apache.poi.ooxml_lite'
|
||||||
|
|
|
@ -36,8 +36,7 @@ sourceSets {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
||||||
api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar")
|
|
||||||
compileOnly project(':poi-ooxml-full')
|
compileOnly project(':poi-ooxml-full')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -67,8 +67,7 @@ dependencies {
|
||||||
api project(':poi-ooxml-full')
|
api project(':poi-ooxml-full')
|
||||||
api project(path: ':poi-ooxml-full', configuration: 'archives')
|
api project(path: ':poi-ooxml-full', configuration: 'archives')
|
||||||
|
|
||||||
//api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
||||||
api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar")
|
|
||||||
api "org.apache.commons:commons-compress:${commonsCompressVersion}"
|
api "org.apache.commons:commons-compress:${commonsCompressVersion}"
|
||||||
api "commons-io:commons-io:${commonsIoVersion}"
|
api "commons-io:commons-io:${commonsIoVersion}"
|
||||||
api 'com.github.virtuald:curvesapi:1.07'
|
api 'com.github.virtuald:curvesapi:1.07'
|
||||||
|
|
Loading…
Reference in New Issue