[jboss-jira] [JBoss JIRA] (WFLY-12197) Remove redundant dependency management on Quickstarts BOM
Eduardo Martins (Jira)
issues at jboss.org
Sat Jun 15 10:10:00 EDT 2019
Eduardo Martins created WFLY-12197:
--------------------------------------
Summary: Remove redundant dependency management on Quickstarts BOM
Key: WFLY-12197
URL: https://issues.jboss.org/browse/WFLY-12197
Project: WildFly
Issue Type: Enhancement
Components: Quickstarts
Reporter: Eduardo Martins
Assignee: Eduardo Martins
The following dependencies are managed by Quickstarts BOM, yet these already managed by javaee8 BOM and thus should be removed:
{code}
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<!-- contacts-jquerymobile -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.msc</groupId>
<artifactId>jboss-msc</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list