camel 경로에서 Jackson XML을 사용하려면 이 데이터 형식을 구현하는 camel-jacksonxml에 대한 종속성을 추가해야 합니다. maven을 사용하는 경우 pom.xml 에 다음을 추가하고 최신 버전의 버전 번호를 대체합니다(최신 버전의 다운로드 페이지 참조).
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jacksonxml</artifactId>
<version>3.14.5.redhat-00018</version>
<!-- use the same version as your Camel core version -->
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jacksonxml</artifactId>
<version>3.14.5.redhat-00018</version>
<!-- use the same version as your Camel core version -->
</dependency>
Copy to ClipboardCopied!Toggle word wrapToggle overflow