[
https://issues.redhat.com/browse/TEIID-5890?page=com.atlassian.jira.plugi...
]
Steven Hawkins commented on TEIID-5890:
---------------------------------------
Change the parent pom to exclude the depencency:
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>picketbox</artifactId>
<version>5.0.3.Final-redhat-00005</version>
<exclusions>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>
</exclusion>
</exclusions>
</dependency>
Actually it would appear that you should exclude all of the transitive dependencies of
picketbox. They are not used on the community side - and it drags in several hibernate
dependencies which then hits the duplicate resource check.
Due to CVE related changes, runtime-engine now fails to build
-------------------------------------------------------------
Key: TEIID-5890
URL:
https://issues.redhat.com/browse/TEIID-5890
Project: Teiid
Issue Type: Quality Risk
Components: Build/Kits
Affects Versions: 13.x
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Blocker
Fix For: 13.x
Original Estimate: 2 minutes
Remaining Estimate: 2 minutes
The build now fails due to undeclared dependency:
{code}
org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)