You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/11 15:09:27 UTC

[camel-quarkus] 01/03: chore(build): add missing groovy dependencies

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 574470d0cc4fd30c818ae1e3af75b1c2951ce60b
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Sun Aug 11 17:08:43 2019 +0200

    chore(build): add missing groovy dependencies
---
 extensions/pom.xml        | 2 +-
 integration-tests/pom.xml | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/extensions/pom.xml b/extensions/pom.xml
index dba8275..15d4ab8 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -96,7 +96,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.codehaus.groovy</groupId>
-                        <artifactId>groovy</artifactId>
+                        <artifactId>groovy-ant</artifactId>
                         <version>${groovy.version}</version>
                         <scope>runtime</scope>
                     </dependency>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 671edcf..bbbcdb6 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -82,6 +82,12 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.codehaus.groovy</groupId>
+                        <artifactId>groovy-ant</artifactId>
+                        <version>${groovy.version}</version>
+                        <scope>runtime</scope>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.codehaus.groovy</groupId>
                         <artifactId>groovy-xml</artifactId>
                         <version>${groovy.version}</version>
                         <scope>runtime</scope>