ppalaga commented on issue #4685: URL: https://github.com/apache/camel-quarkus/issues/4685#issuecomment-1481440778
I am afraid, two profiles with different dependencies won't work well. You may find a way to release it like that, but then, projects depending on datasonnet would also always have to enable one of the two profiles to get the right transitives. The reason is that both of your jars will be mapped to the same pom.xml artifact, which is not javax/jakarta specific. Having two javax/jakarta modules with different artifactId would be much safer for your consumers and probably also much easier to release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org