Repository: camel Updated Branches: refs/heads/master 3a0ed6a1b -> 4e3e06e99
CAMEL-11873: Exclude validation-api from Salesf... ...orce component Removes `hibernate-validator` no longer needed by the Salesforce component. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4e3e06e9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4e3e06e9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4e3e06e9 Branch: refs/heads/master Commit: 4e3e06e997c71562251ddb1592607cbad73e580b Parents: 3a0ed6a Author: Zoran Regvart <zregv...@apache.org> Authored: Mon Oct 16 15:18:10 2017 +0200 Committer: Zoran Regvart <zregv...@apache.org> Committed: Mon Oct 16 15:18:30 2017 +0200 ---------------------------------------------------------------------- .../components-starter/camel-salesforce-starter/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4e3e06e9/platforms/spring-boot/components-starter/camel-salesforce-starter/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-salesforce-starter/pom.xml b/platforms/spring-boot/components-starter/camel-salesforce-starter/pom.xml index 1396178..15fee2b 100644 --- a/platforms/spring-boot/components-starter/camel-salesforce-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-salesforce-starter/pom.xml @@ -39,10 +39,6 @@ <artifactId>camel-salesforce</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-validator</artifactId> - </dependency> <!--START OF GENERATED CODE--> <dependency> <groupId>org.apache.camel</groupId>