Skip to content

Commit

Permalink
Merge pull request #357 from AppDirect/AC-12504
Browse files Browse the repository at this point in the history
AC-12504
  • Loading branch information
nsadaphal authored Jul 29, 2024
2 parents b9ad6db + a903d6b commit 0173acc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<version>3.8.1</version>
<configuration>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 0173acc

Please sign in to comment.