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

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


The following commit(s) were added to refs/heads/master by this push:
     new 259c4af  remove the comment which doesn't apply anymore
259c4af is described below

commit 259c4afb37c7a73ebc0dfcfb7e3fa1413acb79e4
Author: Babak Vahdat <[email protected]>
AuthorDate: Mon Jul 15 22:02:44 2019 +0200

    remove the comment which doesn't apply anymore
---
 components/camel-groovy/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index 5665936..655187e 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -49,8 +49,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-support</artifactId>
         </dependency>
-        <!-- must use groovy-all as otherwise may have weird class loading 
issues
-             when evaluating groovy expressions -->
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy</artifactId>

Reply via email to