File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 513513 <groupId >org.springdoc</groupId >
514514 <artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
515515 <version >2.8.13</version >
516+ <exclusions >
517+ <exclusion >
518+ <artifactId >tomcat-embed-el</artifactId >
519+ <groupId >org.apache.tomcat.embed</groupId >
520+ </exclusion >
521+ </exclusions >
516522 </dependency >
517523
518524 <dependency >
524530 <groupId >com.github.steve-community</groupId >
525531 <artifactId >ocpp-jaxb</artifactId >
526532 <version >0.0.9</version >
533+ <exclusions >
534+ <exclusion >
535+ <artifactId >jakarta.activation</artifactId >
536+ <groupId >com.sun.activation</groupId >
537+ </exclusion >
538+ <exclusion >
539+ <artifactId >jakarta.activation-api</artifactId >
540+ <groupId >jakarta.activation</groupId >
541+ </exclusion >
542+ </exclusions >
527543 </dependency >
528544 <dependency >
529- <groupId >com.sun .mail</groupId >
530- <artifactId >jakarta.mail</artifactId >
531- <version >2.0.2 </version >
545+ <groupId >jakarta .mail</groupId >
546+ <artifactId >jakarta.mail-api </artifactId >
547+ <version >2.1.3 </version >
532548 </dependency >
533549 <dependency >
534550 <groupId >org.jetbrains</groupId >
You can’t perform that action at this time.
0 commit comments