JAVA-22625: Changes made for formatting the pom.xml (#14327)

* JAVA-22625: Changes made for formatting the pom.xml

* JAVA-22625: Changes made for formatting the pom.xml

* JAVA-22625: commenting module

* JAVA-22625: commenting module
This commit is contained in:
Bipin kumar
2023-07-25 12:04:39 +05:30
committed by GitHub
parent c194dc54c5
commit 95e5db14a0
20 changed files with 83 additions and 84 deletions

View File

@@ -66,7 +66,7 @@
<argument>-Xmx300m</argument>
<argument>-XX:+UseParallelGC</argument>
<argument>-classpath</argument>
<classpath />
<classpath/>
<argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument>
</arguments>
</configuration>
@@ -140,7 +140,7 @@
<executable>java</executable>
<arguments>
<argument>-classpath</argument>
<classpath />
<classpath/>
<argument>org.openjdk.jmh.Main</argument>
<argument>.*</argument>
</arguments>