


While running a UnitTest debugger, I am getting this error
Error:osgi: [site.core] Classes found in the wrong directory: {META-INF/versions/9/javax/xml/bind/ModuleUtil.class=javax.xml.bind.ModuleUtil}
How do I solve this? There is nothing on Google that can help me.
Views
Replies
Sign in to like this content
Total Likes
Hi @AEMWizard ,
What is the JAVA version you have been using and also the bnd-maven-plugin version in POM ?
Thanks,
Milind
Java 11, and we are not using any bnd-maven-plugin; does not exist.
we are using
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>