[jboss-jira] [JBoss JIRA] (WFLY-9309) Incorrect license for jboss-transaction-api_1.2_spec
Martin Minar (JIRA)
issues at jboss.org
Thu Sep 7 03:50:01 EDT 2017
Martin Minar created WFLY-9309:
----------------------------------
Summary: Incorrect license for jboss-transaction-api_1.2_spec
Key: WFLY-9309
URL: https://issues.jboss.org/browse/WFLY-9309
Project: WildFly
Issue Type: Bug
Components: Build System
Reporter: Martin Minar
Assignee: Martin Minar
Priority: Critical
Wrong licenses for jboss-transaction-api_1.2_spec in servlet-feature-pack-licenses.xml and full-feature-pack-licenses.xml - contains:
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
and artifact contains:
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
<licenses>
<license>
<name>Common Development and Distribution License 1.1</name>
<url>https://javaee.github.io/glassfish/LICENSE</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License, Version 2 with the Classpath Exception</name>
<url>http://repository.jboss.org/licenses/gpl-2.0-ce.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
we need to fix inconsistency.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list