]
Brian Stansberry updated WFLY-9247:
-----------------------------------
Security: (was: Red Hat Internal)
Incorrect licenses.xml entry for org.jboss:jboss-ejb-client:jar
---------------------------------------------------------------
Key: WFLY-9247
URL:
https://issues.jboss.org/browse/WFLY-9247
Project: WildFly
Issue Type: Bug
Components: Build System, EJB
Reporter: Nikoleta Žiaková
Assignee: Brian Stansberry
Priority: Blocker
licenses.xml contains:
{code}
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
<version>4.0.0.Beta30-redhat-1</version>
<licenses>
<license>
<name>GNU Lesser General Public License, Version 2.1</name>
<
url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
</license>
</licenses>
</dependency>
{code}
However, the POM and source files contain {{Apache License, Version 2.0}}.