Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.jboss.narayana.rts</groupId>
  3. <artifactId>lra-coordinator</artifactId>
  4. <version>${narayana.lra.version}</version>
  5. <type>war</type>
  6. <scope>runtime</scope>
  7. </dependency>
  8. <dependency>
  9. <groupId>org.jboss.narayana.rts</groupId>
  10. <artifactId>lra-service-base</artifactId>
  11. <version>${narayana.lra.version}</version>
  12. <scope>runtime</scope>
  13. </dependency>
  14. <dependency>
  15. <groupId>org.jboss.narayana.arjunacore</groupId>
  16. <artifactId>txoj</artifactId>
  17. <version>${narayana.lra.version}</version>
  18. <scope>runtime</scope>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.glassfish.jersey.media</groupId>
  22. <artifactId>jersey-media-json-binding</artifactId>
  23. <scope>runtime</scope>
  24. <exclusions>
  25. <exclusion>
  26. <groupId>jakarta.json</groupId>
  27. <artifactId>jakarta.json-api</artifactId>
  28. </exclusion>
  29. </exclusions>
  30. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement