Adding Camel component JAR files through Library Manager
Before you can test the technology supported by a Camel component in IBM® DevOps Test Integrations and APIs (Test Integrations and APIs), you must add the Camel component JAR files through Library Manager so that Test Integrations and APIs can interact with the technology endpoints supported by the Camel component.
You must have completed the tasks in Prerequisites for testing the technology endpoints supported by Camel.
You must have completed reading about Library Manager and the tasks that you can perform, if you are not already familiar with Library Manager. See Working with Library Manager.
You must download the required JAR files, Camel core libraries, and supporting third-party libraries of the Camel component to your local folder, and then add the JAR files to Library Manager.
You can use build tools such as Maven or Gradle to download all the required dependencies for the Camel component following the Apache Camel documentation.
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
<version>3.14.2</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-ftp</artifactId>
<version>3.14.2</version>
</dependency>
- If Test Integrations and APIs is already running, you must restart Test Integrations and APIs.
- If Test Integrations and APIs is not running, you must start Test Integrations and APIs.