Application packaging
You need to add certain JAR files and other items in the class path in your applications that use the execution Java™™ API.
The following items must be added in the class path:
- execution-api.jar
- engine-de-api.jar
- jackson-databind version 2.19.2 and its dependencies
- jackson-datatype-jsr310 version 2.19.2
Use the <DECISION_DESIGNER_SERVER_URL>/download/index.json file to determine which version of each Automation Decision Services JAR files to be used.
The execution-api.jar and engine-de-api.jar files are not deployed to the Maven central repository by default.
You can configure Maven to connect to Decision Designer and use it as a Maven repository. You can then get execution-api.jar and its dependencies from the Maven repository.
For more information about using Decision Designer as a Maven repository and downloading the JAR files, see Setting up your build environment.