This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push:
new 23dac51 Workaround for https://github.com/siom79/japicmp/issues/265
23dac51 is described below
commit 23dac51810dcf12b75c0226b4f3b568ac760df99
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 5 14:18:00 2020 -0400
Workaround for https://github.com/siom79/japicmp/issues/265
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 726ae04..0f18fa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,6 +126,12 @@
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<skip>false</skip>
+ <parameter>
+ <excludes>
+ <!-- Workaround for
https://github.com/siom79/japicmp/issues/265 -->
+
<exclude>org.apache.commons.text.StringSubstitutor#substitute(org.apache.commons.text.TextStringBuilder,int,int,java.util.List)</exclude>
+ </excludes>
+ </parameter>
</configuration>
</plugin>