We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8abae7 commit 33a5c1aCopy full SHA for 33a5c1a
spring-data-jpa/pom.xml
@@ -302,6 +302,7 @@
302
<exclude>**/Postgres*</exclude>
303
</excludes>
304
<argLine>
305
+ -Xmx4G
306
-javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar
307
</argLine>
308
</configuration>
@@ -317,6 +318,7 @@
317
318
<include>**/EclipseLink*Tests.java</include>
319
</includes>
320
321
322
-javaagent:${settings.localRepository}/org/eclipse/persistence/org.eclipse.persistence.jpa/${eclipselink}/org.eclipse.persistence.jpa-${eclipselink}.jar
323
324
0 commit comments