javax.actiovation dependency is not including in final package - Qurakus version - 3.6.6 #39040
Unanswered
Ramakrishna132
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a requirement use below javax.actiovation dependency in my project. We have included below dependency inpom.xml but the jar is not inclusing in final package lib folder. Please suggest.
javax.activation activation 1.1.1quarkus-plugin.version>3.6.6
quarkus.platform.version>3.6.6
Error :
javax/activation/DataSource: java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError: javax/activation/DataSource
at com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl.(RuntimeBuiltinLeafInfoImpl.java:444)
at com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl.(RuntimeTypeInfoSetImpl.java:33)
at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(RuntimeModelBuilder.java:98)
at com.sun.xml.bind.v2.model.impl.ModelBuilder.(ModelBuilder.java:132)
at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.(RuntimeModelBuilder.java:62)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:434)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:282)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:109)
Beta Was this translation helpful? Give feedback.
All reactions