Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur authored Apr 10, 2024
1 parent 0e8a972 commit f4806e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.2.0</version> <!-- Ensure you are using the correct version -->
<version>3.2.0</version>
<configuration>
<executable>java</executable>
<commandlineArgs>-jar
Expand Down Expand Up @@ -102,4 +102,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit f4806e2

Please sign in to comment.