Skip to content

Commit 87b25ea

Browse files
author
eugenp
committed
maven upgrade
1 parent c17010d commit 87b25ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-security-rest-full/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
<version>${maven-surefire-plugin.version}</version>
267267
<configuration>
268268
<excludes>
269-
<!-- <exclude>**/*ProductionTest.java</exclude> -->
269+
<exclude>**/*LiveTest.java</exclude>
270270
</excludes>
271271
<systemPropertyVariables>
272272
<!-- <provPersistenceTarget>h2</provPersistenceTarget> -->
@@ -307,7 +307,7 @@
307307
<!-- persistence -->
308308
<hibernate.version>4.3.5.Final</hibernate.version>
309309
<mysql-connector-java.version>5.1.30</mysql-connector-java.version>
310-
<spring-data-jpa.version>1.4.3.RELEASE</spring-data-jpa.version>
310+
<spring-data-jpa.version>1.5.2.RELEASE</spring-data-jpa.version>
311311

312312
<!-- marshalling -->
313313

0 commit comments

Comments
 (0)