File tree Expand file tree Collapse file tree 4 files changed +9
-13
lines changed
distribution/src/main/assembly Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 214214 <include >org/apache/axis2/soapmonitor/applet/**/*</include >
215215 <include >WEB-INF/classes/**/*</include >
216216 <include >WEB-INF/include/**/*</include >
217- <include >WEB-INF/lib/taglibs-standard-impl -*.jar</include >
218- <include >WEB-INF/lib/taglibs-standard-spec -*.jar</include >
217+ <include >WEB-INF/lib/jakarta.el-api -*.jar</include >
218+ <include >WEB-INF/lib/jakarta.servlet.jsp.jstl -*.jar</include >
219219 <include >WEB-INF/lib/axis2-soapmonitor-servlet-*.jar</include >
220220 <include >WEB-INF/tags/**/*</include >
221221 <include >WEB-INF/views/**/*</include >
Original file line number Diff line number Diff line change 223223 <type >mar</type >
224224 </dependency >
225225 <dependency >
226- <groupId >org.apache.taglibs </groupId >
227- <artifactId >taglibs-standard-spec </artifactId >
228- <version >1.2.5 </version >
226+ <groupId >jakarta.servlet.jsp.jstl </groupId >
227+ <artifactId >jakarta.servlet.jsp.jstl-api </artifactId >
228+ <version >3.0.0 </version >
229229 </dependency >
230230 <dependency >
231- <groupId >org.apache.taglibs </groupId >
232- <artifactId >taglibs-standard-impl </artifactId >
233- <version >1.2.5 </version >
231+ <groupId >org.glassfish.web </groupId >
232+ <artifactId >jakarta.servlet.jsp.jstl </artifactId >
233+ <version >3.0.1 </version >
234234 </dependency >
235235 <dependency >
236236 <groupId >org.apache.ws.commons.axiom</groupId >
Original file line number Diff line number Diff line change 12071207 <plugin >
12081208 <groupId >com.github.veithen.daemon</groupId >
12091209 <artifactId >daemon-maven-plugin</artifactId >
1210- <version >0.4.2 </version >
1210+ <version >0.6.1-SNAPSHOT </version >
12111211 </plugin >
12121212 <plugin >
12131213 <groupId >com.github.veithen.maven</groupId >
Original file line number Diff line number Diff line change 3737 <module >SOAP12TestModuleC</module >
3838 <module >SOAP12TestServiceB</module >
3939 <module >SOAP12TestServiceC</module >
40- <!-- FIXME AXIS2-6051 jwebunit hasn't been update since 2015
41- and is too broke to fix in a post jakarta world.
42- TODO: find a replacement, or remove the code.
4340 <module >webapp-tests</module >
44- -->
4541 </modules >
4642
4743 <scm >
You can’t perform that action at this time.
0 commit comments