This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new e2de9e1  ignore shaded oac.lang3 for antlib japicmp report
e2de9e1 is described below

commit e2de9e133a01cf30819824f42e78e55d2bd1b7f3
Author: Matt Benson <mben...@apache.org>
AuthorDate: Fri Aug 24 16:27:42 2018 -0500

    ignore shaded oac.lang3 for antlib japicmp report
---
 ant/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ant/pom.xml b/ant/pom.xml
index 9c4f5ad..247b51f 100644
--- a/ant/pom.xml
+++ b/ant/pom.xml
@@ -64,6 +64,7 @@ under the License.
 
                 <!-- shaded in; not part of public API -->
                 <exclude>org.apache.commons.weaver.ant._collections4</exclude>
+                <exclude>org.apache.commons.weaver.ant._lang3</exclude>
                 <exclude>org.apache.commons.weaver.ant._xbean</exclude>
               </excludes>
             </parameter>

Reply via email to