|
839 | 839 | <jaxb-api.version>2.3.1</jaxb-api.version> |
840 | 840 | <servlet.api.version>3.1.0</servlet.api.version> |
841 | 841 | <wx.rs.api.version>2.1.1</wx.rs.api.version> |
842 | | - <glassfish.jsp.version>2.3.2</glassfish.jsp.version> |
843 | | - <glassfish.el.version>3.0.1-b08</glassfish.el.version> |
| 842 | + <tomcat.jasper.version>9.0.93</tomcat.jasper.version> |
844 | 843 | <jruby.version>9.4.8.0</jruby.version> |
845 | 844 | <junit.version>4.13.2</junit.version> |
846 | 845 | <hamcrest.version>1.3</hamcrest.version> |
|
1548 | 1547 | </dependency> |
1549 | 1548 | <dependency> |
1550 | 1549 | <!--This lib has JspC in it. Needed precompiling jsps in hbase-rest, etc.--> |
1551 | | - <groupId>org.glassfish.web</groupId> |
1552 | | - <artifactId>javax.servlet.jsp</artifactId> |
1553 | | - <version>${glassfish.jsp.version}</version> |
| 1550 | + <groupId>org.apache.tomcat</groupId> |
| 1551 | + <artifactId>tomcat-jasper</artifactId> |
| 1552 | + <version>${tomcat.jasper.version}</version> |
| 1553 | + <exclusions> |
| 1554 | + <exclusion> |
| 1555 | + <groupId>org.eclipse.jdt</groupId> |
| 1556 | + <artifactId>ecj</artifactId> |
| 1557 | + </exclusion> |
| 1558 | + <exclusion> |
| 1559 | + <groupId>org.apache.tomcat</groupId> |
| 1560 | + <artifactId>tomcat-servlet-api</artifactId> |
| 1561 | + </exclusion> |
| 1562 | + <exclusion> |
| 1563 | + <groupId>org.apache.tomcat</groupId> |
| 1564 | + <artifactId>tomcat-jsp-api</artifactId> |
| 1565 | + </exclusion> |
| 1566 | + </exclusions> |
1554 | 1567 | </dependency> |
1555 | 1568 | <dependency> |
1556 | 1569 | <!-- this lib is used by the compiled Jsp from the above JspC --> |
1557 | 1570 | <groupId>javax.servlet.jsp</groupId> |
1558 | 1571 | <artifactId>javax.servlet.jsp-api</artifactId> |
1559 | 1572 | <version>2.3.1</version> |
1560 | 1573 | </dependency> |
1561 | | - <dependency> |
1562 | | - <groupId>org.glassfish</groupId> |
1563 | | - <artifactId>javax.el</artifactId> |
1564 | | - <version>${glassfish.el.version}</version> |
1565 | | - </dependency> |
1566 | 1574 | <dependency> |
1567 | 1575 | <groupId>javax.xml.bind</groupId> |
1568 | 1576 | <artifactId>jaxb-api</artifactId> |
|
0 commit comments