| 15 |
# Example rule: match jar with groupid= junit, artifactid= junit |
# Example rule: match jar with groupid= junit, artifactid= junit |
| 16 |
# and version starting with 3., replacing the version with 3.x |
# and version starting with 3., replacing the version with 3.x |
| 17 |
# junit junit jar s/3\..*/3.x/ |
# junit junit jar s/3\..*/3.x/ |
|
s/org.apache.tomcat/javax.el/ el-api jar s/.*/2.1/ |
|
|
s/org.apache.tomcat/javax.servlet/ jsp-api jar s/.*/2.1/ |
|
|
s/org.apache.tomcat/javax.servlet/ servlet-api jar s/.*/2.5/ |
|
| 18 |
javax.servlet.jsp jsp-api jar s/.*/2.1/ |
javax.servlet.jsp jsp-api jar s/.*/2.1/ |
| 19 |
javax.servlet servlet-api jar s/.*/2.5/ |
javax.servlet servlet-api jar s/.*/2.5/ |
| 20 |
junit junit jar s/4\..*/4.x/ |
junit junit jar s/4\..*/4.x/ |