Including dependencies in Camunda Platform Run

Hello
I am using Camunda Platform Run
I would like to do a Groovy script task, which invokes action on AWS.
I need to use some classes from the following dependencies

image

What is the easiest way to include these dependencies in Camunda Run?

Thanks in advance

Hello @jaxx ,

you could use the jar file and put it in configuration/userlib of your run distro. From there, it will be picked up and put on the classpath.

Hope this helps

Jonathan

1 Like