mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
AA: Add fix for JasperException when java8 is used - https://github.com/spring-projects/spring-petclinic/pull/51
This commit is contained in:
parent
ad60b77493
commit
0fb4c8acfc
1 changed files with 13 additions and 13 deletions
2
pom.xml
2
pom.xml
|
@ -462,7 +462,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.tomcat.maven</groupId>
|
||||
<artifactId>tomcat7-maven-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
<version>2.2</version>
|
||||
<configuration>
|
||||
<server>tomcat-development-server</server>
|
||||
<port>9966</port>
|
||||
|
|
Loading…
Reference in a new issue