LRA: coordinator pom
<dependency> | |
<groupId>org.jboss.narayana.rts</groupId> | |
<artifactId>lra-coordinator</artifactId> | |
<version>${narayana.lra.version}</version> | |
<type>war</type> | |
<scope>runtime</scope> | |
</dependency> | |
<dependency> | |
<groupId>org.jboss.narayana.rts</groupId> | |
<artifactId>lra-service-base</artifactId> | |
<version>${narayana.lra.version}</version> | |
<scope>runtime</scope> | |
</dependency> | |
<dependency> | |
<groupId>org.jboss.narayana.arjunacore</groupId> | |
<artifactId>txoj</artifactId> | |
<version>${narayana.lra.version}</version> | |
<scope>runtime</scope> | |
</dependency> | |
<dependency> | |
<groupId>org.glassfish.jersey.media</groupId> | |
<artifactId>jersey-media-json-binding</artifactId> | |
<scope>runtime</scope> | |
<exclusions> | |
<exclusion> | |
<groupId>jakarta.json</groupId> | |
<artifactId>jakarta.json-api</artifactId> | |
</exclusion> | |
</exclusions> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment