Frank Langelage created WFLY-11733:
--------------------------------------
Summary: Dependency for log4j.log4j two times in
testsuite/integration/smoke/pom.xml
Key: WFLY-11733
URL:
https://issues.jboss.org/browse/WFLY-11733
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 16.0.0.Beta1
Reporter: Frank Langelage
The dependency log4j.log4j with scope test exists two time in
testsuite/integration/smoke/pom.xml. lines 65-69 and 86-90.
This leads to this waning messages when running the smoke tests:
{noformat}
WARNING Some problems were encountered while building the effective model for
org.wildfly:wildfly-ts-integ-smoke:jar:16.0.0.Beta1-SNAPSHOT
WARNING 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be
unique: log4j:log4j:jar -> duplicate declaration of version (?) @
org.wildfly:wildfly-ts-integ-smoke:[unknown-version],
/home/jboss/WildFly-master/wildfly/testsuite/integration/smoke/pom.xml, line 86, column
21
WARNING
WARNING It is highly recommended to fix these problems because they threaten the stability
of your build.
WARNING
WARNING For this reason, future Maven versions might no longer support building such
malformed projects.
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)