Skip to content

Instantly share code, notes, and snippets.

@ljnelson
Created February 19, 2020 17:41
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 ljnelson/246ace3ec8561cef7b9a6d9453549221 to your computer and use it in GitHub Desktop.
Save ljnelson/246ace3ec8561cef7b9a6d9453549221 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>2.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment