54.4. 依赖项
要在 Camel 路由中使用 Avro Jackson,您需要添加对 camel-jackson-avro 的依赖来实施此数据格式。
如果您使用 maven,只需在 pom.xml 中添加以下内容,替换最新和最高版本的版本号(请参阅最新版本的下载页面)。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jackson-avro</artifactId> <version>{CamelSBVersion}</version> <!-- use the same version as your Camel core version --> </dependency>