diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml index 43060cbdceb2828db586ce39c94fd199bc352184..1d25ba0a8c5a63038d43a0ff302a210bb2ec39f7 100644 --- a/examples/quickstart/pom.xml +++ b/examples/quickstart/pom.xml @@ -12,7 +12,6 @@ 4.0.0.GA-SNAPSHOT 3.1.2.RELEASE - 1.7.0 4.1.7.Final 1.2.0.RC1 1.4 @@ -20,7 +19,7 @@ 1.2.1 4.3.0.Final 2.0.6 - 1.7.0 + 1.7.1 1.2.17 3.1 13.0.1 @@ -99,12 +98,12 @@ org.aspectj aspectjrt - ${aspectj.version} + 1.7.0 org.aspectj aspectjweaver - ${aspectj.version} + 1.7.0 cglib @@ -210,7 +209,7 @@ commons-codec commons-codec - 1.6 + 1.7 @@ -370,6 +369,7 @@ + com.h2database h2 diff --git a/modules/parent/pom.xml b/modules/parent/pom.xml index def0317bcb464efee732d7f46ec131524dbce3e9..52570c35bc1830894dd32eb80382610976e5457c 100644 --- a/modules/parent/pom.xml +++ b/modules/parent/pom.xml @@ -12,7 +12,6 @@ 4.0.0.GA-SNAPSHOT 3.1.2.RELEASE - 1.7.0 4.1.7.Final 3.1.1 1.2.0.RC1 @@ -27,7 +26,7 @@ 4.3.0.Final 1.0.5 2.0.6 - 1.7.0 + 1.7.1 1.2.17 3.1 2.4 @@ -158,12 +157,12 @@ org.aspectj aspectjrt - ${aspectj.version} + 1.7.0 org.aspectj aspectjweaver - ${aspectj.version} + 1.7.0 cglib @@ -521,7 +520,7 @@ commons-codec commons-codec - 1.6 + 1.7 commons-beanutils