This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 493872ea6d Remove rest-assured groovy exclusions 493872ea6d is described below commit 493872ea6d6b6be275866e94863d89e40f57411a Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Mon May 19 08:00:09 2025 +0100 Remove rest-assured groovy exclusions --- integration-tests/groovy/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/integration-tests/groovy/pom.xml b/integration-tests/groovy/pom.xml index 7368d91a51..297c7bd1e1 100644 --- a/integration-tests/groovy/pom.xml +++ b/integration-tests/groovy/pom.xml @@ -62,12 +62,6 @@ <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.apache.groovy</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> </dependency> </dependencies>