Hi, Salvador.Were you able to make it work?I'm still testing wcm.io with 6.2 but, for now, the following list of dependencies (pom.xml) has worked for me:<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>6.0.0</version> <scope>provided</scope> </dependency> <de...