Red Hat Training

A Red Hat training course is available for Red Hat Fuse

73.7. 依存関係

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>