File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed
microprofile-fault-tolerance
microprofile-reactive-messaging-kafka Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -583,11 +583,11 @@ The first thing to do is to setup our dependencies. Add the following section to
583583----
584584<dependencyManagement>
585585 <dependencies>
586- <!-- importing the microprofile BOM adds MicroProfile specs -->
586+ <!-- importing the Expansion BOM adds MicroProfile specs -->
587587 <dependency>
588588 <groupId>org.wildfly.bom</groupId>
589- <artifactId>wildfly-microprofile </artifactId>
590- <version>{versionMicroprofileBom }</version>
589+ <artifactId>wildfly-expansion </artifactId>
590+ <version>{versionExpansionBom }</version>
591591 <type>pom</type>
592592 <scope>import</scope>
593593 </dependency>
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ Add the following properties to the `pom.xml`:
445445
446446[source,options="nowrap",subs="attributes+"]
447447----
448- <version.bom.microprofile>{versionMicroprofileBom }</version.bom.microprofile >
448+ <version.bom.expansion>{versionExpansionBom }</version.bom.expansion >
449449<version.bom.ee>{versionServerBom}</version.bom.ee>
450450----
451451
@@ -471,11 +471,11 @@ Before the dependencies are defined add the following boms:
471471 <type>pom</type>
472472 <scope>import</scope>
473473 </dependency>
474- <!-- importing the microprofile BOM adds MicroProfile specs -->
474+ <!-- importing the Expansion BOM adds MicroProfile specs -->
475475 <dependency>
476476 <groupId>org.wildfly.bom</groupId>
477- <artifactId>wildfly-microprofile </artifactId>
478- <version>{versionMicroprofileBom }</version>
477+ <artifactId>wildfly-expansion </artifactId>
478+ <version>{versionExpansionBom }</version>
479479 <type>pom</type>
480480 <scope>import</scope>
481481 </dependency>
Original file line number Diff line number Diff line change @@ -655,11 +655,11 @@ Next we need to setup our dependencies. Add the following section to your
655655----
656656<dependencyManagement>
657657 <dependencies>
658- <!-- importing the microprofile BOM adds MicroProfile specs -->
658+ <!-- importing the Expansion BOM adds MicroProfile specs -->
659659 <dependency>
660660 <groupId>org.wildfly.bom</groupId>
661- <artifactId>wildfly-microprofile </artifactId>
662- <version>{versionMicroprofileBom }</version>
661+ <artifactId>wildfly-expansion </artifactId>
662+ <version>{versionExpansionBom }</version>
663663 <type>pom</type>
664664 <scope>import</scope>
665665 </dependency>
Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ Add the following properties to the `pom.xml`.
522522----
523523<version.com.nimbusds.jose.jwt>{versionComNimbusdsJoseJwt}</version.com.nimbusds.jose.jwt>
524524<version.glassfish.json>{versionGlassfishJson}</version.glassfish.json>
525- <version.bom.microprofile>{versionMicroprofileBom }</version.bom.microprofile >
525+ <version.bom.expansion>{versionExpansionBom }</version.bom.expansion >
526526<version.bom.ee>{versionServerBom}</version.bom.ee>
527527----
528528
@@ -549,8 +549,8 @@ Before the dependencies are defined add the following boms.
549549 </dependency>
550550 <dependency>
551551 <groupId>org.wildfly.bom</groupId>
552- <artifactId>wildfly-microprofile </artifactId>
553- <version>${version.bom.microprofile }</version>
552+ <artifactId>wildfly-expansion </artifactId>
553+ <version>${version.bom.expansion }</version>
554554 <type>pom</type>
555555 <scope>import</scope>
556556 </dependency>
Original file line number Diff line number Diff line change @@ -1865,7 +1865,7 @@ The first thing to do is to change the minimum JDK to Java 11 and set the other
18651865<version.server>{versionServer}</version.server>
18661866<!-- The versions for the BOMs, Packs and Plugins -->
18671867<version.bom.ee>{versionBomEE}</version.bom.ee>
1868- <version.bom.microprofile >{versionBomMicroprofile}</version.bom.microprofile >
1868+ <version.bom.expansion >{versionBomMicroprofile}</version.bom.expansion >
18691869<version.plugin.wildfly>{versionPluginWildfly}</version.plugin.wildfly>
18701870<version.plugin.wildfly-jar>{versionPluginWildflyJar}</version.plugin.wildfly-jar>
18711871----
@@ -1886,8 +1886,8 @@ Next we need to setup our dependencies. Add the following section to your
18861886 </dependency>
18871887 <dependency>
18881888 <groupId>org.wildfly.bom</groupId>
1889- <artifactId>wildfly-microprofile </artifactId>
1890- <version>${version.bom.microprofile }</version>
1889+ <artifactId>wildfly-expansion </artifactId>
1890+ <version>${version.bom.expansion }</version>
18911891 <type>pom</type>
18921892 <scope>import</scope>
18931893 </dependency>
Original file line number Diff line number Diff line change @@ -625,11 +625,11 @@ Next set up our dependencies. Add the following section to your
625625 <scope>import</scope>
626626 </dependency>
627627
628- <!-- importing the microprofile BOM adds MicroProfile specs -->
628+ <!-- importing the Expansion BOM adds MicroProfile specs -->
629629 <dependency>
630630 <groupId>org.wildfly.bom</groupId>
631- <artifactId>wildfly-microprofile </artifactId>
632- <version>{versionMicroprofileBom }</version>
631+ <artifactId>wildfly-expansion </artifactId>
632+ <version>{versionExpansionBom }</version>
633633 <type>pom</type>
634634 <scope>import</scope>
635635 </dependency>
You can’t perform that action at this time.
0 commit comments