mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:48 +00:00
upgraded to latest versions of Logback, jaxb and Joda Time taglibs
This commit is contained in:
parent
74045b96f3
commit
753e8ea1c0
2 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ target/*
|
|||
.classpath
|
||||
.project
|
||||
|
||||
/target
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -25,7 +25,7 @@
|
|||
<jstl.version>1.2</jstl.version>
|
||||
<servlet.version>2.5</servlet.version>
|
||||
<javax-el.version>2.2</javax-el.version>
|
||||
<jaxb-impl.version>2.2.7-b63</jaxb-impl.version>
|
||||
<jaxb-impl.version>2.2.7</jaxb-impl.version>
|
||||
|
||||
<!-- Hibernate / JPA -->
|
||||
<hibernate.version>4.1.11.Final</hibernate.version>
|
||||
|
@ -42,7 +42,7 @@
|
|||
<aspectj.version>1.7.2</aspectj.version>
|
||||
|
||||
<!-- Logging -->
|
||||
<logback.version>1.0.11</logback.version>
|
||||
<logback.version>1.0.12</logback.version>
|
||||
<slf4j.version>1.7.5</slf4j.version>
|
||||
|
||||
<!-- RSS -->
|
||||
|
@ -56,7 +56,7 @@
|
|||
<jodatime-hibernate.version>1.3</jodatime-hibernate.version>
|
||||
<jodatime-jsptags.version>1.1.1</jodatime-jsptags.version>
|
||||
<jodatime.version>2.2</jodatime.version>
|
||||
<jadira-usertype-core.version>3.1.0.CR2</jadira-usertype-core.version>
|
||||
<jadira-usertype-core.version>3.1.0.CR4</jadira-usertype-core.version>
|
||||
|
||||
|
||||
<!-- Web dependencies -->
|
||||
|
|
Loading…
Reference in a new issue