215.4. 依赖项
要在 camel 路由中使用LZF 压缩,您需要添加实现此数据格式的 camel-lzf 依赖项。
如果您使用 Maven,您只需在 pom.xml
中添加以下内容,替换最新和最大版本的版本号(请参阅 最新版本的下载页面)。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-lzf</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>