[jboss-jira] [JBoss JIRA] (WFLY-13195) Upgrade WildFly Common to 1.5.2.Final
Ingo Weiss (Jira)
issues at jboss.org
Thu Mar 5 02:24:53 EST 2020
Ingo Weiss created WFLY-13195:
---------------------------------
Summary: Upgrade WildFly Common to 1.5.2.Final
Key: WFLY-13195
URL: https://issues.redhat.com/browse/WFLY-13195
Project: WildFly
Issue Type: Component Upgrade
Reporter: Ingo Weiss
Assignee: Yeray Borges Santana
Fix For: 19.0.0.Beta1
This dependency is brought in by wildfly-core into wildfly, however, we are still requiring it explicitly in wildfly because it is used as a plugin dependency on wildfly-galleon-maven-plugin:
{code:xml}
<plugin>
<groupId>org.wildfly.galleon-plugins</groupId>
<artifactId>wildfly-galleon-maven-plugin</artifactId>
<version>${version.org.wildfly.galleon-plugins}</version>
<dependencies>
<!-- feature-spec-gen uses wildfly-embedded to generate the feature specs, hence the designated wildfly-embedded version must match the pack one -->
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-embedded</artifactId>
<version>${version.org.wildfly.core}</version>
</dependency>
<!-- If you add a dependency on wildfly-embedded you need to bring your own transitives -->
<dependency>
<groupId>org.wildfly.common</groupId>
<artifactId>wildfly-common</artifactId>
<version>${version.org.wildfly.common}</version>
</dependency>
</dependencies>
</plugin>
{code}
So, this upgrade is just to keep it in sync with the currentwildfly-core version we are using at the moment
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list