Skip to content

Commit

Permalink
Merge pull request #9 from jfdenise/main
Browse files Browse the repository at this point in the history
Use productised WildFly channel
  • Loading branch information
jmesnil authored Sep 20, 2022
2 parents e6430fb + 848e42d commit cd6dca2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
8 changes: 8 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.channel</groupId>
<artifactId>channel-core</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.channel</groupId>
<artifactId>maven-resolver</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.common</groupId>
<artifactId>wildfly-common</artifactId>
Expand Down
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@
<version.org.wildfly.checkstyle-config>1.0.8.Final</version.org.wildfly.checkstyle-config>
<!-- To be upgraded with latest productized version 1.6.x -->
<version.org.wildfly.common.wildfly-common>1.5.4.Final-redhat-00001</version.org.wildfly.common.wildfly-common>
<version.org.wildfly.core>19.0.0.Final-redhat-20220802</version.org.wildfly.core>
<version.org.wildfly.core>19.0.0.Beta16-redhat-00002</version.org.wildfly.core>
<version.org.jboss.logging.jboss-logging>3.4.3.Final-redhat-00001</version.org.jboss.logging.jboss-logging>
<version.org.jboss.logmanager.jboss-logmanager>2.1.18.Final-redhat-00001</version.org.jboss.logmanager.jboss-logmanager>
<version.org.jboss.staxmapper>1.3.0.Final-redhat-1</version.org.jboss.staxmapper>
<version.org.wildfly.maven.plugin>4.0.0.Beta3</version.org.wildfly.maven.plugin>
<version.org.wildfly.channel>1.0.0.Beta3-redhat-00001</version.org.wildfly.channel>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -94,8 +95,22 @@
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
</exclusion>
<exclusion>
<groupId>org.wildfly.channel</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.wildfly.channel</groupId>
<artifactId>channel-core</artifactId>
<version>${version.org.wildfly.channel}</version>
</dependency>
<dependency>
<groupId>org.wildfly.channel</groupId>
<artifactId>maven-resolver</artifactId>
<version>${version.org.wildfly.channel}</version>
</dependency>
<dependency>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-plugin-core</artifactId>
Expand Down

0 comments on commit cd6dca2

Please sign in to comment.