7.3. 依存関係
camel ルートで ASN.1 データ形式を使用するには、このデータ形式を実装する camel-asn1 の依存関係を追加する必要があります。
Maven を使用する場合は、以下を pom.xml
に追加できます。バージョン番号は最新の最新のリリースに置き換えてください(最新バージョンのダウンロードページを参照)。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-asn1</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>