> > > After a bit of digging I found that the dependency that gets us the WorkManager interface now is in our core module. We now use
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-commonj_1.1_spec</artifactId>
<version>1.0</version>
</dependency>
So you should replace the tuscany commonj dependency with that. Not sure why
this is not being picked up for you as core has this dependency already.
Simon
