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

CXF BOM/EAP container version mismatch

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.4-GA
    • fuse-7.3
    • Fuse EAP
    • None
    • % %
    • Fuse 7.4 Sprint 47 - Bug Fix

    Description

      Project pom

      <?xml version="1.0" encoding="UTF-8"?>
      <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
      	xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      	<modelVersion>4.0.0</modelVersion>
       
       
      	<groupId>org.redhat.fuse.qe</groupId>
      	<artifactId>reproducer</artifactId>
      	<version>1.0-SNAPSHOT</version>
       
       
      	<properties>
      		<version.redhat.fuse>7.3.0.fuse-730044-redhat-00001</version.redhat.fuse>
      	</properties>
       
       
      	<dependencyManagement>
      		<dependencies>
      			<dependency>
      				<groupId>org.jboss.redhat-fuse</groupId>
      				<artifactId>fuse-eap-bom</artifactId>
      				<version>${version.redhat.fuse}</version>
      				<scope>import</scope>
      				<type>pom</type>
      			</dependency>
      		</dependencies>
      	</dependencyManagement>
       
      	<dependencies>
      		<dependency>
      			<groupId>org.apache.camel</groupId>
      			<artifactId>camel-telegram</artifactId>
      		</dependency>
      	</dependencies>
       
      </project>
      
      ➜  tmp  mvn dependency:tree | grep org.apache.cxf
      [INFO]    +- org.apache.cxf:cxf-rt-rs-client:jar:3.2.5.redhat-00001:compile
      [INFO]    |  +- org.apache.cxf:cxf-rt-transports-http:jar:3.2.7.fuse-730033-redhat-00002:compile
      [INFO]    |  +- org.apache.cxf:cxf-core:jar:3.2.7.fuse-730033-redhat-00002:compile
      [INFO]    |  \- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.2.5.redhat-00001:compile
      
      ➜  jboss-eap-7.2 cat fuse-version.txt 
      Red Hat Fuse Integration Platform - Version 7.3.0.fuse-730041-redhat-00001
      ➜  modules find . -name "*cxf-rt-transports-http*"                    
      ./system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.2.5.redhat-00001.jar
      ./system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.2.5.redhat-00001.jar
      ➜  modules find . -name "*cxf-core*"  
      ./system/layers/base/org/apache/cxf/main/cxf-core-3.2.5.redhat-00001.jar
      

      Please align cxf-core and cxf-rt-transports-http project container supported versions.

      Attachments

        Activity

          People

            tdiesler@redhat.com Thomas Diesler
            jbouska@redhat.com Jan Bouska
            Jan Bouska Jan Bouska
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: