-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: FIS 2.0
-
Fix Version/s: FIS 2.0-patches
-
Component/s: FIS-Productization Pipeline, FIS-Spring Boot
-
Labels:None
-
Epic Link:
-
Sprint:FIS 2.0 R2
fabric8-project-bom-camel-spring-boot-2.2.170.redhat-000009.pom declares
<dependency>
|
<groupId>org.apache.tomcat.embed</groupId>
|
<artifactId>tomcat-embed-core</artifactId>
|
<version>${version.org.apache.tomcat.embed.tomcat-embed-core}</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.tomcat.embed</groupId>
|
<artifactId>tomcat-embed-el</artifactId>
|
<version>${version.org.apache.tomcat.embed.tomcat-embed-el}</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.tomcat.embed</groupId>
|
<artifactId>tomcat-embed-jasper</artifactId>
|
<version>${version.org.apache.tomcat.embed.tomcat-embed-jasper}</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.tomcat.embed</groupId>
|
<artifactId>tomcat-embed-websocket</artifactId>
|
<version>${version.org.apache.tomcat.embed.tomcat-embed-websocket} </version>
|
</dependency>
|
the FIS 2.0.CR1 maven repository contains
tomcat-embed-core
tomcat-embed-el
tomcat-embed-logging-juli
tomcat-embed-websocket
Notice the mismatch
- tomcat-embed-jasper is declared in the BOM, but does not exist in the repo
- tomcat-embed-logging-juli is present in the repo but not in the BOM