Skip to content

Instantly share code, notes, and snippets.

@paulparkinson
Last active September 13, 2019 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulparkinson/b857c9222474a03bdc16e75e4ad6c4d1 to your computer and use it in GitHub Desktop.
Save paulparkinson/b857c9222474a03bdc16e75e4ad6c4d1 to your computer and use it in GitHub Desktop.
LRA participant: pom dependencies
<dependency>
<groupId>org.eclipse.microprofile.lra</groupId>
<artifactId>microprofile-lra-api</artifactId>
<version>1.0-RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.narayana.rts</groupId>
<artifactId>lra-client</artifactId>
<version>${narayana.lra.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.narayana.rts</groupId>
<artifactId>narayana-lra</artifactId>
<version>${narayana.lra.version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment