i get the following excaption while deploy on tomee 8 org.apache.openejb.observer.ObserverManager$MethodInvocation.invoke error invoking org.apache.tomee.webservices.TomeeJaxRsService@2e1ef60
java.lang.NullPointerException
at org.camunda.bpm.admin.impl.web.AdminApplication.getPlugins(AdminApplication.java:69)
my pom.xml
org.camunda.bpm camunda-bom 7.16.0 import pom org.springframework.boot spring-boot-dependencies 2.5.5 pom import org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-rest <dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
</dependency>
org.camunda.bpm
camunda-engine-plugin-spin
<dependency>
<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-dataformat-all</artifactId>
</dependency>