231.5. 依存関係
camel ルートで OGNL を使用するには、OGNL 言語を実装する camel-ognl の依存関係を追加する必要があります。
Maven を使用する場合は、以下を pom.xml に追加するだけで、最新かつ最大のリリースのバージョン番号を置き換えます(最新バージョンのダウンロードページを参照)。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-ognl</artifactId> <version>x.x.x</version> </dependency>
そうでない場合は、OGNLも必要になります。