Skip to content

Commit 9a5b2ec

Browse files
committed
Move test classpath jars to type table
1 parent afed373 commit 9a5b2ec

17 files changed

+15
-1
lines changed

build.gradle.kts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,22 @@ recipeDependencies {
1616
parserClasspath("com.google.guava:guava:33.5.0-jre")
1717
parserClasspath("com.google.errorprone:error_prone_core:2.+")
1818

19-
testParserClasspath("javax.servlet:javax.servlet-api:4.0.1")
19+
testParserClasspath("com.sun.faces:jsf-api:2.1.29-11")
20+
testParserClasspath("jakarta.el:jakarta.el-api:4.0.0")
21+
testParserClasspath("jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1")
22+
testParserClasspath("jakarta.faces:jakarta.faces-api:3.0.0")
23+
testParserClasspath("jakarta.faces:jakarta.faces-api:4.0.0-M6")
24+
testParserClasspath("jakarta.faces:jakarta.faces-api:4.0.1")
25+
testParserClasspath("jakarta.servlet:jakarta.servlet-api:4.0.2")
2026
testParserClasspath("jakarta.servlet:jakarta.servlet-api:5.0.0")
27+
testParserClasspath("jakarta.ws.rs:jakarta.ws.rs-api:3.1.0")
28+
testParserClasspath("jakarta.xml.soap:jakarta.xml.soap-api:2.0.1")
29+
testParserClasspath("javax.enterprise:cdi-api:2.0.SP1")
30+
testParserClasspath("javax.servlet:javax.servlet-api:4.0.1")
31+
testParserClasspath("org.apache.ws.security:wss4j:1.6.19")
32+
testParserClasspath("org.apache.wss4j:wss4j-ws-security-common:2.0.0")
33+
testParserClasspath("org.glassfish:jakarta.faces:2.3.19")
34+
testParserClasspath("org.glassfish:jakarta.faces:3.0.3")
2135
}
2236

2337
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
613 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)