camunda-community-hub / camunda-tasklist-client-java

Java client for the Tasklist API of Camunda Platform 8
Apache License 2.0
26 stars 16 forks source link

Remove Dependency on io.zeebe.spring:java-common #100

Open grafvonb opened 1 week ago

grafvonb commented 1 week ago

Currently, the project has dependencies on these two JARs:

which causes issues due to the presence of the same Java types in the same packages (e.g., Product). thumbnail_image008

According to @jonathanlukas , "io.camunda:zeebe-client-java" was originally intended to be part of an SDK, but it is no longer relevant.

Please move the relevant types to the SDK and remove this dependency from the Tasklist client.