346.9. 依赖项

要在 camel 路由中使用 Thrift,您需要添加对 camel-thrift 的依赖项,以实施此数据格式。

<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-thrift</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel core version -->
</dependency>