MVN

org.wildfly : wildfly-standard-test-expansion-bom

Maven & Gradle

Sep 27, 2023

WildFly: Dependency Management (Expansion Test Dependencies)

<dependency>
    <groupId>org.wildfly</groupId>
    <artifactId>wildfly-standard-test-expansion-bom</artifactId>
    <version>30.0.0.Beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly : wildfly-standard-test-expansion-bom to add to Maven - Latest Versions:

  • Latest Stable: 30.0.0.Beta1
  • Latest Beta: 30.0.0.Beta1

All Versions

Choose a version of org.wildfly : wildfly-standard-test-expansion-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
30.0.x
wildfly-standard-test-expansion-bom-30.0.0.Beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wildfly</groupId>
    <artifactId>wildfly-standard-test-expansion-bom</artifactId>
    <version>30.0.0.Beta1</version>
</dependency>

Advertisement