maven upgrades
This commit is contained in:
parent
cce938c9cb
commit
d195c3a096
@ -133,11 +133,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- marshalling -->
|
<!-- marshalling -->
|
||||||
@ -152,15 +152,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -255,11 +255,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -271,15 +271,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -94,11 +94,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -110,15 +110,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -130,11 +130,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -146,15 +146,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -107,11 +107,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- marshalling -->
|
<!-- marshalling -->
|
||||||
@ -126,15 +126,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
@ -143,7 +143,7 @@
|
|||||||
<maven-war-plugin.version>2.4</maven-war-plugin.version>
|
<maven-war-plugin.version>2.4</maven-war-plugin.version>
|
||||||
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
|
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
|
||||||
<maven-resources-plugin.version>2.6</maven-resources-plugin.version>
|
<maven-resources-plugin.version>2.6</maven-resources-plugin.version>
|
||||||
<cargo-maven2-plugin.version>1.4.6</cargo-maven2-plugin.version>
|
<cargo-maven2-plugin.version>1.4.7</cargo-maven2-plugin.version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -89,11 +89,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -105,15 +105,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
|
|
||||||
<!-- marshalling -->
|
<!-- marshalling -->
|
||||||
<jackson.version>2.3.0</jackson.version>
|
<jackson.version>2.3.0</jackson.version>
|
||||||
@ -152,15 +152,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -192,13 +192,13 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
<javassist.version>3.18.1-GA</javassist.version>
|
<javassist.version>3.18.1-GA</javassist.version>
|
||||||
<jstl.version>1.2</jstl.version>
|
<jstl.version>1.2</jstl.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -210,15 +210,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -204,13 +204,13 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
<javassist.version>3.18.1-GA</javassist.version>
|
<javassist.version>3.18.1-GA</javassist.version>
|
||||||
<jstl.version>1.2</jstl.version>
|
<jstl.version>1.2</jstl.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
<tomcat-dbcp.version>7.0.42</tomcat-dbcp.version>
|
<tomcat-dbcp.version>7.0.42</tomcat-dbcp.version>
|
||||||
|
|
||||||
@ -223,15 +223,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
<groovy.version>1.8.9</groovy.version>
|
<groovy.version>1.8.9</groovy.version>
|
||||||
|
@ -174,8 +174,8 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
<javassist.version>3.18.1-GA</javassist.version>
|
<javassist.version>3.18.1-GA</javassist.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
@ -192,15 +192,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -182,12 +182,12 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
<javassist.version>3.18.1-GA</javassist.version>
|
<javassist.version>3.18.1-GA</javassist.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
<tomcat-dbcp.version>7.0.42</tomcat-dbcp.version>
|
<tomcat-dbcp.version>7.0.42</tomcat-dbcp.version>
|
||||||
|
|
||||||
@ -200,15 +200,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -177,11 +177,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -193,15 +193,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -141,11 +141,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -157,17 +157,17 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.0.1</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
<!-- maven plugins -->
|
<!-- maven plugins -->
|
||||||
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
|
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
|
||||||
|
@ -145,7 +145,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
<org.slf4j.version>1.7.5</org.slf4j.version>
|
<org.slf4j.version>1.7.5</org.slf4j.version>
|
||||||
@ -156,8 +156,8 @@
|
|||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
<org.slf4j.version>1.7.5</org.slf4j.version>
|
<org.slf4j.version>1.7.5</org.slf4j.version>
|
||||||
@ -152,8 +152,8 @@
|
|||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -202,11 +202,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- marshalling -->
|
<!-- marshalling -->
|
||||||
@ -218,17 +218,17 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.2.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
<org.slf4j.version>1.7.5</org.slf4j.version>
|
<org.slf4j.version>1.7.5</org.slf4j.version>
|
||||||
@ -238,7 +238,7 @@
|
|||||||
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
|
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
|
||||||
<maven-war-plugin.version>2.4</maven-war-plugin.version>
|
<maven-war-plugin.version>2.4</maven-war-plugin.version>
|
||||||
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
|
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
|
||||||
<cargo-maven2-plugin.version>1.4.6</cargo-maven2-plugin.version>
|
<cargo-maven2-plugin.version>1.4.7</cargo-maven2-plugin.version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -220,11 +220,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -236,15 +236,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -225,11 +225,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -241,15 +241,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -220,11 +220,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -236,15 +236,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -217,11 +217,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -233,15 +233,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -225,11 +225,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -241,15 +241,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -286,16 +286,16 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- http -->
|
<!-- http -->
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
<org.slf4j.version>1.7.5</org.slf4j.version>
|
<org.slf4j.version>1.7.5</org.slf4j.version>
|
||||||
@ -306,7 +306,7 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
|
@ -242,11 +242,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -258,15 +258,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -275,16 +275,16 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- http -->
|
<!-- http -->
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
<org.slf4j.version>1.7.5</org.slf4j.version>
|
<org.slf4j.version>1.7.5</org.slf4j.version>
|
||||||
@ -295,7 +295,7 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
|
@ -270,11 +270,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
<spring-data-jpa.version>1.4.3.RELEASE</spring-data-jpa.version>
|
<spring-data-jpa.version>1.4.3.RELEASE</spring-data-jpa.version>
|
||||||
|
|
||||||
@ -291,15 +291,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
@ -208,11 +208,11 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||||
|
|
||||||
<!-- persistence -->
|
<!-- persistence -->
|
||||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
@ -224,15 +224,15 @@
|
|||||||
|
|
||||||
<!-- util -->
|
<!-- util -->
|
||||||
<guava.version>16.0.1</guava.version>
|
<guava.version>16.0.1</guava.version>
|
||||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
<commons-lang3.version>3.3</commons-lang3.version>
|
||||||
|
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||||
<junit.version>4.11</junit.version>
|
<junit.version>4.11</junit.version>
|
||||||
<mockito.version>1.9.5</mockito.version>
|
<mockito.version>1.9.5</mockito.version>
|
||||||
|
|
||||||
<httpcore.version>4.3.1</httpcore.version>
|
<httpcore.version>4.3.2</httpcore.version>
|
||||||
<httpclient.version>4.3.2</httpclient.version>
|
<httpclient.version>4.3.3</httpclient.version>
|
||||||
|
|
||||||
<rest-assured.version>2.3.0</rest-assured.version>
|
<rest-assured.version>2.3.0</rest-assured.version>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user