Repository: camel
Updated Branches:
  refs/heads/master 0c5786f4d -> 6ade9d6b3


Remove dependencies exclusion as SNAPSHOT dep in release jar has been fixed 
upstream


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6ade9d6b
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6ade9d6b
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6ade9d6b

Branch: refs/heads/master
Commit: 6ade9d6b3e14b9fc2e9c61c145b6df153d0c17e9
Parents: 0c5786f
Author: lburgazzoli <lburgazz...@gmail.com>
Authored: Tue Nov 22 12:40:35 2016 +0100
Committer: lburgazzoli <lburgazz...@gmail.com>
Committed: Tue Nov 22 12:40:35 2016 +0100

----------------------------------------------------------------------
 components/camel-chronicle/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6ade9d6b/components/camel-chronicle/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-chronicle/pom.xml 
b/components/camel-chronicle/pom.xml
index ccbac3d..469ccbc 100644
--- a/components/camel-chronicle/pom.xml
+++ b/components/camel-chronicle/pom.xml
@@ -44,22 +44,10 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
     </dependency>
-    <!-- need to override maven version as some releases are dody and refer to 
SNAPSHOT -->
-    <dependency>
-      <groupId>net.openhft</groupId>
-      <artifactId>chronicle-wire</artifactId>
-      <version>${chronicle-wire-version}</version>
-    </dependency>
     <dependency>
       <groupId>net.openhft</groupId>
       <artifactId>chronicle-engine</artifactId>
       <version>${chronicle-engine-version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>net.openhft</groupId>
-          <artifactId>chronicle-wire</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>

Reply via email to