You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/02/17 09:24:24 UTC

camel git commit: CAMEL-9430 - mark braintree javadoc as optional

Repository: camel
Updated Branches:
  refs/heads/master b5631c2e6 -> c712146fa


CAMEL-9430 - mark braintree javadoc as optional


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

Branch: refs/heads/master
Commit: c712146fa08f6a0e5c73acfc6ad4603f20afdc66
Parents: b5631c2
Author: lburgazzoli <lb...@gmail.com>
Authored: Tue Feb 16 14:09:37 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Feb 17 09:23:05 2016 +0100

----------------------------------------------------------------------
 components/camel-braintree/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c712146f/components/camel-braintree/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-braintree/pom.xml b/components/camel-braintree/pom.xml
index 0c9a62f..b5d7ff2 100644
--- a/components/camel-braintree/pom.xml
+++ b/components/camel-braintree/pom.xml
@@ -80,6 +80,7 @@
       <version>${braintree-gateway-version}</version>
       <classifier>javadoc</classifier>
       <scope>provided</scope>
+      <optional>true</optional>
     </dependency>
 
     <!-- logging -->