<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce</artifactId>
<version>2.24.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-salesforce', version='2.24.0')
)
<parent> <groupId>org.apache.camel</groupId> <artifactId>camel-salesforce-parent</artifactId> <version>2.24.0</version> </parent>
compile
|-- org.apache.camel:camel-core
|-- org.eclipse.jetty:jetty-client
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty:jetty-util-ajax
|-- org.eclipse.jetty:jetty-io
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
|-- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
|-- com.fasterxml.jackson.module:jackson-module-jsonSchema
|-- com.thoughtworks.xstream:xstream
|-- org.cometd.java:cometd-java-client
test
|-- org.apache.commons:commons-csv
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.camel:camel-test
|-- org.apache.camel:camel-csv
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-servlet
|-- org.eclipse.jetty:jetty-proxy
|-- com.googlecode.junit-toolbox:junit-toolbox