Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-9112

Missing CXF dependencies in fabric8-project-bom-camel-spring-boot

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • fuse-7.5-ER2
    • fuse-7.0
    • CXF
    • None
    • Fuse 7.5 Sprint 52 - Bug fix

      I miss following dependencies in dependencyManagement section in cxf-parent pom

       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-features-throttling</artifactId>
      </dependency>
      <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-rs-security-cors</artifactId>
      </dependency>
      

      and pluginManagement:

      <plugin>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-codegen-plugin</artifactId>
      </plugin>
      <plugin>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-wadl2java-plugin</artifactId>
      </plugin>
      <plugin>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-java2ws-plugin </artifactId>
      </plugin>
      

      I am not able to use https://github.com/jboss-fuse/redhat-fuse project because I still need CXF version to specify these dependencies. Could you add them to fabric8-project-bom-camel-spring-boot?

            tcunning@redhat.com Thomas Cunningham
            jbouska@redhat.com Jan Bouska
            Jan Bouska Jan Bouska
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: