75.8. 依赖项

要使用 camel 路由的 Crypto dataformat,您需要向您的 pom 添加以下依赖项:

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