]
Brian Stansberry updated WFLY-9248:
-----------------------------------
Security: (was: Red Hat Internal)
Incorrect licenses.xml entry for org.jboss:jboss-ejb-client-legacy
------------------------------------------------------------------
Key: WFLY-9248
URL:
https://issues.jboss.org/browse/WFLY-9248
Project: WildFly
Issue Type: Bug
Components: Build System, EJB
Reporter: Nikoleta Žiaková
Assignee: Brian Stansberry
licenses.xml contains:
{code}
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client-legacy</artifactId>
<version>3.0.0.Beta7-redhat-1</version>
<licenses>
<license>
<name>Public Domain</name>
<
url>http://repository.jboss.org/licenses/cc0-1.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
{code}
However, the POM and source files contain {{GNU Lesser General Public License}}.