Rule for javax.servlet.jsp / jstl
Closed this issue · 0 comments
cloudshiftchris commented
From custom Nebula rule:
"substitute": [
{
"module": "javax.servlet:jsp-api",
"with": "javax.servlet.jsp:javax.servlet.jsp-api:2.+",
"reason": "jsp-api has been replaced with javax.servlet.jsp-api",
"author": "chris@cloudshiftconsulting.com",
"date": "2022-04-01"
},
{
"module": "javax.servlet.jsp:jsp-api",
"with": "javax.servlet.jsp:javax.servlet.jsp-api:2.+",
"reason": "jsp-api has been replaced with javax.servlet.jsp-api",
"author": "chris@cloudshiftconsulting.com",
"date": "2022-04-01"
},
{
"module": "javax.servlet.jsp.jstl:jstl-api",
"with": "javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.+",
"reason": "jstl-api has been replaced with javax.servlet.jsp.jstl-api",
"author": "chris@cloudshiftconsulting.com",
"date": "2022-04-01"
}
]```