ppalaga opened a new issue, #4123:
URL: https://github.com/apache/camel-quarkus/issues/4123

   The BOM entry
   ```
               <dependency>
                   <groupId>org.apache.cxf.xjc-utils</groupId>
                   <artifactId>cxf-xjc-runtime</artifactId>
                   <version>${cxf.xjc-utils.version}</version>
                   <exclusions>
                       <exclusion>
                           <groupId>jakarta.activation</groupId>
                           <artifactId>jakarta.activation-api</artifactId>
                       </exclusion>
                       <exclusion>
                           <groupId>jakarta.xml.bind</groupId>
                           <artifactId>jakarta.xml.bind-api</artifactId>
                       </exclusion>
                   </exclusions>
               </dependency>
   ``` 
   
   and the associated 
`<resolutionEntryPointInclude>org.apache.cxf.xjc-utils:cxf-xjc-runtime</resolutionEntryPointInclude>`


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to