Skip to content

Commit

Permalink
LRA doc fix artefact and group ids (#3688)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
  • Loading branch information
danielkec authored Dec 16, 2021
1 parent 59a78d7 commit 6313eb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/mp/lra/01_introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ include::{common-deps-page-prefix-inc}[tag=maven-dependency]
----
<dependency>
<groupId>io.helidon.microprofile.lra</groupId>
<artifactId>helidon-microprofile-lra-client</artifactId>
<artifactId>helidon-microprofile-lra</artifactId>
</dependency>
<!-- Support for Narayana coordinator -->
<dependency>
<groupId>io.helidon.microprofile.lra</groupId>
<artifactId>helidon-microprofile-lra-client-narayana-adapter</artifactId>
<groupId>io.helidon.lra</groupId>
<artifactId>helidon-lra-coordinator-narayana-client</artifactId>
</dependency>
----
Expand Down

0 comments on commit 6313eb3

Please sign in to comment.