This is an automated email from the ASF dual-hosted git repository.
henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new 5b86c7cb JEXL-376: let animal sniffer ignore problematic package
(java.lang.invoke.*);
5b86c7cb is described below
commit 5b86c7cbcdac48682bb1e3e201d2e4def44ff56a
Author: henrib <[email protected]>
AuthorDate: Sun Jul 24 16:38:58 2022 +0200
JEXL-376: let animal sniffer ignore problematic package
(java.lang.invoke.*);
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index fd8faf2f..67eeb3e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,6 +338,13 @@
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <version>1.20</version>
+
<configuration><ignores>java.lang.invoke.*</ignores></configuration>
+ </plugin>
+
</plugins>
</build>