Skip to content

Commit

Permalink
More pom.xml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Jun 25, 2023
1 parent 7437dd6 commit 16a131a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,22 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.6.0</version>
<version>3.9.2</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.6.0</version>
<version>3.9.2</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.2</version>
<version>3.9.0</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -129,7 +130,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.5.1</version>
<version>3.6.0</version>

<configuration>
<debug>true</debug>
Expand Down

0 comments on commit 16a131a

Please sign in to comment.