|
863 | 863 | <jaxb-api.version>2.3.1</jaxb-api.version> |
864 | 864 | <servlet.api.version>3.1.0</servlet.api.version> |
865 | 865 | <wx.rs.api.version>2.1.1</wx.rs.api.version> |
866 | | - <glassfish.jsp.version>2.3.2</glassfish.jsp.version> |
867 | | - <glassfish.el.version>3.0.1-b08</glassfish.el.version> |
| 866 | + <tomcat.jasper.version>9.0.93</tomcat.jasper.version> |
868 | 867 | <jruby.version>9.4.8.0</jruby.version> |
869 | 868 | <junit.version>4.13.2</junit.version> |
870 | 869 | <hamcrest.version>1.3</hamcrest.version> |
|
1572 | 1571 | </dependency> |
1573 | 1572 | <dependency> |
1574 | 1573 | <!--This lib has JspC in it. Needed precompiling jsps in hbase-rest, etc.--> |
1575 | | - <groupId>org.glassfish.web</groupId> |
1576 | | - <artifactId>javax.servlet.jsp</artifactId> |
1577 | | - <version>${glassfish.jsp.version}</version> |
| 1574 | + <groupId>org.apache.tomcat</groupId> |
| 1575 | + <artifactId>tomcat-jasper</artifactId> |
| 1576 | + <version>${tomcat.jasper.version}</version> |
| 1577 | + <exclusions> |
| 1578 | + <exclusion> |
| 1579 | + <groupId>org.eclipse.jdt</groupId> |
| 1580 | + <artifactId>ecj</artifactId> |
| 1581 | + </exclusion> |
| 1582 | + <exclusion> |
| 1583 | + <groupId>org.apache.tomcat</groupId> |
| 1584 | + <artifactId>tomcat-servlet-api</artifactId> |
| 1585 | + </exclusion> |
| 1586 | + <exclusion> |
| 1587 | + <groupId>org.apache.tomcat</groupId> |
| 1588 | + <artifactId>tomcat-jsp-api</artifactId> |
| 1589 | + </exclusion> |
| 1590 | + </exclusions> |
1578 | 1591 | </dependency> |
1579 | 1592 | <dependency> |
1580 | 1593 | <!-- this lib is used by the compiled Jsp from the above JspC --> |
1581 | 1594 | <groupId>javax.servlet.jsp</groupId> |
1582 | 1595 | <artifactId>javax.servlet.jsp-api</artifactId> |
1583 | 1596 | <version>2.3.1</version> |
1584 | 1597 | </dependency> |
1585 | | - <dependency> |
1586 | | - <groupId>org.glassfish</groupId> |
1587 | | - <artifactId>javax.el</artifactId> |
1588 | | - <version>${glassfish.el.version}</version> |
1589 | | - </dependency> |
1590 | 1598 | <dependency> |
1591 | 1599 | <groupId>javax.xml.bind</groupId> |
1592 | 1600 | <artifactId>jaxb-api</artifactId> |
|
0 commit comments