You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2018/08/13 12:30:28 UTC

[camel] branch master updated: CAMEL-12549 - remove unnecessary maven deps

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

onders 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 d95d290  CAMEL-12549 - remove unnecessary maven deps
d95d290 is described below

commit d95d290bc2a072dc6eb5ce872c2c93d90ea3edcf
Author: onders <on...@apache.org>
AuthorDate: Mon Aug 13 15:21:40 2018 +0300

    CAMEL-12549 - remove unnecessary maven deps
---
 parent/pom.xml | 5 -----
 pom.xml        | 1 -
 2 files changed, 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7aa1bb9..9297407 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4484,11 +4484,6 @@
       <!-- optional scripting support -->
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
-        <artifactId>groovy-all</artifactId>
-        <version>${groovy-2415-version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.groovy</groupId>
         <artifactId>groovy</artifactId>
         <version>${groovy-version}</version>
       </dependency>
diff --git a/pom.xml b/pom.xml
index 4aa5a92..7dde856 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,6 @@
     <mycila-license-version>3.0</mycila-license-version>
     <gmavenplus-plugin-version>1.5</gmavenplus-plugin-version>
     <groovy-version>2.5.1</groovy-version>
-    <groovy-2415-version>2.4.15</groovy-2415-version>
   </properties>
 
   <mailingLists>