mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Jetty 9.3 support
This commit is contained in:
parent
203d20efcc
commit
4b1f7a7a58
1 changed files with 8 additions and 0 deletions
8
pom.xml
8
pom.xml
|
@ -153,6 +153,14 @@
|
||||||
<groupId>org.apache.tomcat</groupId>
|
<groupId>org.apache.tomcat</groupId>
|
||||||
<artifactId>tomcat-jdbc</artifactId>
|
<artifactId>tomcat-jdbc</artifactId>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
|
<exclusions>
|
||||||
|
<!-- Fix Jetty 9.3 issue -->
|
||||||
|
<!-- http://stackoverflow.com/questions/32643530/classpath-issue-between-jetty-maven-plugin-and-tomcat-jdbc-8-0-9-leading-to-ser -->
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.tomcat</groupId>
|
||||||
|
<artifactId>tomcat-juli</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Logging with SLF4J & LogBack -->
|
<!-- Logging with SLF4J & LogBack -->
|
||||||
|
|
Loading…
Reference in a new issue