Skip to content

Commit 1e778d8

Browse files
authored
Adopt type tables (#675)
* Adopt type tables * Use javax.persistence-api:2.2.+ * Use javax.persistence-api:2.2
1 parent 2467d78 commit 1e778d8

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ plugins {
66
group = "org.openrewrite.recipe"
77
description = "Migrate to later Java versions. Automatically."
88

9+
recipeDependencies {
10+
parserClasspath("javax.persistence:javax.persistence-api:2.2")
11+
parserClasspath("jakarta.enterprise:jakarta.enterprise.cdi-api:3.0.0-M4")
12+
parserClasspath("org.glassfish:javax.servlet:3.0")
13+
}
14+
915
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
1016
dependencies {
1117
compileOnly("org.projectlombok:lombok:latest.release")
32.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)