2.6. 依赖项
Maven 用户需要将以下依赖项添加到其 pom.xml 中。
pom.xml
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-aws2-cw</artifactId> <version>${camel-version}</version> </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws2-cw</artifactId>
<version>${camel-version}</version>
</dependency>
其中 {camel-version
} 必须替换为 Camel 的实际版本。