Springboot Maven Archetype 7.11.1 Build Failure

Hi All,

I generated a springboot project in Eclipse using the latest maven archetype (7.11.1). When I build the default generated project I get the following error;

java.lang.Error: Unresolved compilation problems: 
The type org.camunda.bpm.engine.impl.cfg.ProcessEnginePlugin cannot be resolved. It is indirectly referenced from required .class files
The constructor StandaloneInMemoryTestConfiguration(ProcessEnginePlugin...) refers to the missing type ProcessEnginePlugin

It looks like the built in ProcessScenarioTests tests are failing, any ideas on whats wrong?

regards

Rob

Solved - clean out your local IDE Maven repository and cache, rebuild, all goes away :slight_smile:

R