Repository: camel
Updated Branches:
  refs/heads/camel-2.20.x 43f2d5f02 -> 250c2899c


CAMEL-11873: Exclude validation-api from Salesf...

...orce component

Removes `hibernate-validator` no longer needed by the Salesforce
component.

(cherry picked from commit 4e3e06e997c71562251ddb1592607cbad73e580b)


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

Branch: refs/heads/camel-2.20.x
Commit: 250c2899ca980ab4b4eb72de4428ecb34071c93c
Parents: 43f2d5f
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:19:28 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/250c2899/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 cd6b502..0dcbde2 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>

Reply via email to