wwei created CAMEL-13785:
----------------------------
Summary: can not user PulsarComponent
Key: CAMEL-13785
URL: https://issues.apache.org/jira/browse/CAMEL-13785
Project: Camel
Issue Type: Bug
Components: camel-spring-boot
Affects Versions: 3.0.0.M4
Environment: JDK8 + Gradle + IDEA + SpringBoot-2.1.4.RELEASE
Reporter: wwei
Attachments: image-2019-07-24-11-45-26-104.png
i try to use 'Apache Pulsar component' in springboot with gradle,
but when i add the dependency of 'camel-pulsar-starter' like bellow:
{color:#59afe1}_compile group: 'org.apache.camel', name:
'camel-pulsar-starter', version: '3.0.0.M4'_{color}
the gradle gave me errors bellow:
{color:#59afe1}FAILURE:_Build failed with an exception._{color}
{color:#59afe1} _* What went wrong:_{color}
{color:#59afe1}_Could not resolve all files for configuration
':sa-common:compileClasspath'._{color}
{color:#59afe1}_> Could not resolve
[javax.xml.bind:activation:1.0.2|https://issues.apache.org/jira/secure/javax.xml.bind:activation:1.0.2]._{color}
{color:#59afe1} _Required by:_{color}
{color:#59afe1} _project :sa-common >
[org.apache.camel:camel-pulsar-starter:3.0.0-M4|https://issues.apache.org/jira/secure/org.apache.camel:camel-pulsar-starter:3.0.0-M4]
>
[org.apache.camel:camel-pulsar:3.0.0-M4|https://issues.apache.org/jira/secure/org.apache.camel:camel-pulsar:3.0.0-M4]
>
[org.apache.pulsar:pulsar-client-admin:2.3.2|https://issues.apache.org/jira/secure/org.apache.pulsar:pulsar-client-admin:2.3.2]_{color}
{color:#59afe1}_!image-2019-07-24-11-45-26-104.png!_{color}
{color:#333333}so, how to solve this problem?{color}
{color:#333333}thanks a lot.{color}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)