262.8. 依赖项

若要在您的 camel 路由中使用 PGP 数据格式,需要向您的 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>