Skip to content

Commit 02e5e97

Browse files
authored
Add missing type table entries (#792)
* Add missing type table entries * Remove the test jars for entries now in type table
1 parent 033f84e commit 02e5e97

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ group = "org.openrewrite.recipe"
77
description = "Migrate to later Java versions. Automatically."
88

99
recipeDependencies {
10-
parserClasspath("javax.persistence:javax.persistence-api:2.2")
1110
parserClasspath("jakarta.enterprise:jakarta.enterprise.cdi-api:3.0.0-M4")
11+
parserClasspath("jakarta.inject:jakarta.inject-api:2.0.1")
12+
parserClasspath("jakarta.servlet:jakarta.servlet-api:6.0.0")
13+
parserClasspath("javax.persistence:javax.persistence-api:2.2")
1214
parserClasspath("org.glassfish:javax.servlet:3.0")
1315
}
1416

8.08 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)