This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
commit 95f0911631380fe17155ed3a30864afc20747715 Author: henrib <hen...@apache.org> AuthorDate: Fri Mar 10 22:12:36 2023 +0100 JEXL: 3.3 RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 081e1d2f..c1d82a71 100644 --- a/pom.xml +++ b/pom.xml @@ -313,7 +313,7 @@ </includes> <excludes> <exclude>org.apache.commons.jexl3.internal</exclude> - <exclude>org.apache.commons.jexl3.introspection.internal</exclude> + <exclude>org.apache.commons.jexl3.internal.introspection</exclude> <exclude>org.apache.commons.jexl3.parser</exclude> </excludes> <onlyModified>true</onlyModified> @@ -420,7 +420,7 @@ </includes> <excludes> <exclude>org.apache.commons.jexl3.internal</exclude> - <exclude>org.apache.commons.jexl3.introspection.internal</exclude> + <exclude>org.apache.commons.jexl3.internal.introspection</exclude> <exclude>org.apache.commons.jexl3.parser</exclude> </excludes> <onlyModified>true</onlyModified>