We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17010d commit 87b25eaCopy full SHA for 87b25ea
spring-security-rest-full/pom.xml
@@ -266,7 +266,7 @@
266
<version>${maven-surefire-plugin.version}</version>
267
<configuration>
268
<excludes>
269
- <!-- <exclude>**/*ProductionTest.java</exclude> -->
+ <exclude>**/*LiveTest.java</exclude>
270
</excludes>
271
<systemPropertyVariables>
272
<!-- <provPersistenceTarget>h2</provPersistenceTarget> -->
@@ -307,7 +307,7 @@
307
<!-- persistence -->
308
<hibernate.version>4.3.5.Final</hibernate.version>
309
<mysql-connector-java.version>5.1.30</mysql-connector-java.version>
310
- <spring-data-jpa.version>1.4.3.RELEASE</spring-data-jpa.version>
+ <spring-data-jpa.version>1.5.2.RELEASE</spring-data-jpa.version>
311
312
<!-- marshalling -->
313
0 commit comments