This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 1eded5a Polished 1eded5a is described below commit 1eded5a74399c908a93dccebd48fc6c9d2f6924c Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Sep 20 08:41:08 2020 +0200 Polished --- components/camel-braintree/pom.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/components/camel-braintree/pom.xml b/components/camel-braintree/pom.xml index 13526c4..b59196d 100644 --- a/components/camel-braintree/pom.xml +++ b/components/camel-braintree/pom.xml @@ -61,22 +61,6 @@ </exclusions> </dependency> - <!-- Component API javadoc in provided scope to read API signatures --> - <dependency> - <groupId>com.braintreepayments.gateway</groupId> - <artifactId>braintree-java</artifactId> - <version>${braintree-gateway-version}</version> - <classifier>sources</classifier> - <scope>provided</scope> - <optional>true</optional> - <exclusions> - <exclusion> - <groupId>org.json</groupId> - <artifactId>json</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- logging --> <dependency> <groupId>org.slf4j</groupId> @@ -268,6 +252,21 @@ </configuration> </execution> </executions> + <dependencies> + <!-- Component API to read API signatures --> + <dependency> + <groupId>com.braintreepayments.gateway</groupId> + <artifactId>braintree-java</artifactId> + <version>${braintree-gateway-version}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> </plugin> <plugin> <!-- we need to generate additional configurer classes -->