I am trying to add Thymeleaf to an OSGi bundle and I am running into dependency issues. As I add the dependencies from the maven dependency:tree report I see further decencies for JDK level stuff like.
(&(package=com.sun.jdi.connect)) (&(package=com.sun.jdi)) Is there a way around this? I am assuming I would need to add such things into my bundle. Thanks, Rob