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>