You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2022/05/17 20:46:39 UTC

svn commit: r1901022 - /xmlbeans/trunk/build.gradle

Author: kiwiwings
Date: Tue May 17 20:46:39 2022
New Revision: 1901022

URL: http://svn.apache.org/viewvc?rev=1901022&view=rev
Log:
XMLBEANS-567 - javaparser-symbol-solver-core needs guava now

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1901022&r1=1901021&r2=1901022&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Tue May 17 20:46:39 2022
@@ -167,13 +167,19 @@ dependencies {
     java9 "org.apache.logging.log4j:log4j-api:${log4jVersion}"
     java9("net.sf.saxon:Saxon-HE:${saxonVersion}") {
         exclude group: 'xml-apis', module: 'xml-apis'
+        exclude group: 'org.apache.httpcomponents', module: 'httpclient'
+        exclude group: 'org.apache.httpcomponents', module: 'httpcore'
     }
     java9 "org.apache.ant:ant:${antVersion}"
     java9 "com.github.javaparser:javaparser-core:${javaparserVersion}"
     java9("com.github.javaparser:javaparser-symbol-solver-core:${javaparserVersion}") {
-        exclude group: 'com.google.guava', module: 'guava'
+        exclude group: 'com.google.guava', module: 'failureaccess'
+        exclude group: 'com.google.guava', module: 'listenablefuture'
+        exclude group: 'com.google.code.findbugs', module: 'jsr305'
+        exclude group: 'org.checkerframework', module: 'checker-qual'
+        exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
+        exclude group: 'com.google.j2objc', module: 'j2objc-annotations'
     }
-
 }
 
 wrapper {



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