Skip to content

Commit ab30997

Browse files
Copilotcamjjames
andcommitted
Remove deprecated Maven compiler optimize parameter and clean up pom.xml
Co-authored-by: camjjames <21994153+camjjames@users.noreply.github.com>
1 parent 200b30b commit ab30997

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<java.version>17</java.version>
5555
<java.showDeprecation>true</java.showDeprecation>
5656
<java.showWarnings>true</java.showWarnings>
57-
<java.optimize>true</java.optimize>
5857
<java.debug>false</java.debug>
5958

6059
<!-- Library Versions -->
@@ -82,7 +81,7 @@
8281
<maven-jacoco.plugin>0.8.13</maven-jacoco.plugin>
8382
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
8483
<sonar-maven.plugin>5.1.0.4751</sonar-maven.plugin>
85-
<dependency-check-maven.version>6.5.0</dependency-check-maven.version>
84+
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
8685
</properties>
8786

8887
<repositories>
@@ -169,7 +168,6 @@
169168
<artifactId>maven-compiler-plugin</artifactId>
170169
<version>${maven-compiler-plugin.version}</version>
171170
<configuration>
172-
<optimize>${java.optimize}</optimize>
173171
<debug>${java.debug}</debug>
174172
<source>${java.version}</source>
175173
<target>${java.version}</target>

0 commit comments

Comments
 (0)