I have a feature that needs pdf file generated by Print Engine in Workflow Camunda.
When I try to import implementation a12Libs.print.engine.core (0.202206000.5) in gradle of camunda, then I got an error
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.mgmtp.<PROJECT_NAME>.workflows.camunda.CamundaApplication]; nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'authorizationAutoConfiguration' for bean class [com.mgmtp.a12.uaa.authorization.autoconfigure.AuthorizationAutoConfiguration] conflicts with existing, non-compatible bean definition of same name and class [com.mgmtp.a12.workflows.uaa.AuthorizationAutoConfiguration]
at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:189)
But I can do it in data-service.
How can I do it in Camunda? Do I need any other dependencies?