File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
extensions/quarkus/runtime Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 5252 <groupId >org.apache.tomcat</groupId >
5353 <artifactId >tomcat-jasper-el</artifactId >
5454 <version >11.0.0</version >
55- <exclusions >
56- <!-- Exclude it, we use quarkus EL as API -->
57- <exclusion >
58- <groupId >org.apache.tomcat</groupId >
59- <artifactId >tomcat-el-api</artifactId >
60- </exclusion >
61- </exclusions >
6255 </dependency >
6356
6457 <dependency >
6558 <groupId >io.quarkus</groupId >
6659 <artifactId >quarkus-undertow</artifactId >
6760 <version >${quarkus.version} </version >
61+ <exclusions >
62+ <exclusion >
63+ <groupId >jakarta.el</groupId >
64+ <artifactId >jakarta.el-api</artifactId >
65+ </exclusion >
66+ </exclusions >
6867 </dependency >
6968 <dependency >
7069 <groupId >io.quarkus</groupId >
9190 <artifactId >jakarta.validation-api</artifactId >
9291 <version >3.0.2</version >
9392 </dependency >
94- <dependency >
95- <groupId >jakarta.el</groupId >
96- <artifactId >jakarta.el-api</artifactId >
97- <version >5.0.1</version >
98- </dependency >
9993 <dependency >
10094 <groupId >jakarta.servlet.jsp.jstl</groupId >
10195 <artifactId >jakarta.servlet.jsp.jstl-api</artifactId >
You can’t perform that action at this time.
0 commit comments