Commit 011e96d
committed
clean up pom.xml
the build/test issues were due to exception
Caused by: java.lang.NoSuchFieldError: Class org.apache.tomcat.util.descriptor.Constants does not have member field 'boolean IS_SECURITY_ENABLED'
at org.apache.tomcat.util.descriptor.tld.TldParser.parse(TldParser.java:53)
at org.apache.jasper.servlet.TldScanner.parseTld(TldScanner.java:260)
there was a dependency version conflict: we should be using jetty and its JSP library. however, tomcat's JSP engine was also included which jetty was trying to use.
this was due to "cxf-spring-boot-starter-jaxws" transitively bringing "spring-boot-starter-tomcat" along. excluding this solved the issue.1 parent 5a0de88 commit 011e96d
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
407 | 406 | | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
497 | 503 | | |
498 | 504 | | |
499 | 505 | | |
| |||
503 | 509 | | |
504 | 510 | | |
505 | 511 | | |
506 | | - | |
507 | | - | |
508 | | - | |
| 512 | + | |
| 513 | + | |
509 | 514 | | |
510 | 515 | | |
511 | 516 | | |
| |||
0 commit comments