You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/11/13 15:29:36 UTC

svn commit: r1408748 - /camel/trunk/components/camel-neo4j/pom.xml

Author: davsclaus
Date: Tue Nov 13 14:29:35 2012
New Revision: 1408748

URL: http://svn.apache.org/viewvc?rev=1408748&view=rev
Log:
Exclude JAR that is not in central repo.

Modified:
    camel/trunk/components/camel-neo4j/pom.xml

Modified: camel/trunk/components/camel-neo4j/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-neo4j/pom.xml?rev=1408748&r1=1408747&r2=1408748&view=diff
==============================================================================
--- camel/trunk/components/camel-neo4j/pom.xml (original)
+++ camel/trunk/components/camel-neo4j/pom.xml Tue Nov 13 14:29:35 2012
@@ -40,6 +40,13 @@
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-neo4j-rest</artifactId>
       <version>${spring-neo4j-version}</version>
+      <!-- exclude this JAR as its not in central repo and not needed -->
+      <exclusions>
+        <exclusion>
+          <groupId>org.neo4j</groupId>
+          <artifactId>neo4j-cypher-dsl</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>