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>