You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/06/02 08:39:29 UTC

svn commit: r1901545 - in /poi/trunk: poi-ooxml-full/build.gradle poi-ooxml-lite-agent/build.gradle poi-ooxml-lite/build.gradle poi-ooxml/build.gradle

Author: fanningpj
Date: Thu Jun  2 08:39:29 2022
New Revision: 1901545

URL: http://svn.apache.org/viewvc?rev=1901545&view=rev
Log:
revert xmlbeans jar changes

Modified:
    poi/trunk/poi-ooxml-full/build.gradle
    poi/trunk/poi-ooxml-lite-agent/build.gradle
    poi/trunk/poi-ooxml-lite/build.gradle
    poi/trunk/poi-ooxml/build.gradle

Modified: poi/trunk/poi-ooxml-full/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml-full/build.gradle?rev=1901545&r1=1901544&r2=1901545&view=diff
==============================================================================
--- poi/trunk/poi-ooxml-full/build.gradle (original)
+++ poi/trunk/poi-ooxml-full/build.gradle Thu Jun  2 08:39:29 2022
@@ -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 {

Modified: poi/trunk/poi-ooxml-lite-agent/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml-lite-agent/build.gradle?rev=1901545&r1=1901544&r2=1901545&view=diff
==============================================================================
--- poi/trunk/poi-ooxml-lite-agent/build.gradle (original)
+++ poi/trunk/poi-ooxml-lite-agent/build.gradle Thu Jun  2 08:39:29 2022
@@ -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'

Modified: poi/trunk/poi-ooxml-lite/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml-lite/build.gradle?rev=1901545&r1=1901544&r2=1901545&view=diff
==============================================================================
--- poi/trunk/poi-ooxml-lite/build.gradle (original)
+++ poi/trunk/poi-ooxml-lite/build.gradle Thu Jun  2 08:39:29 2022
@@ -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')
 }
 

Modified: poi/trunk/poi-ooxml/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/build.gradle?rev=1901545&r1=1901544&r2=1901545&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/build.gradle (original)
+++ poi/trunk/poi-ooxml/build.gradle Thu Jun  2 08:39:29 2022
@@ -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'



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org