Skip to content

Commit 734b1c8

Browse files
committed
Fix ClassNotFoundException for jakarta.persistence.Table
1 parent 155ea0a commit 734b1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jakarta-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<groupId>jakarta.persistence</groupId>
4242
<artifactId>jakarta.persistence-api</artifactId>
4343
<version>3.1.0</version>
44-
<scope>provided</scope>
44+
<scope>compile</scope>
4545
</dependency>
4646

4747
<!-- test -->

0 commit comments

Comments
 (0)