Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 1, 2024
1 parent d461d69 commit caa47be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<!-- Keycloak -->
<keycloak-version>23.0.1</keycloak-version>

<!-- Used for maven-frontend-plugin -->
<node-version>v20.9.0</node-version>
<yarn-version>v1.22.21</yarn-version>

<!-- Maven plugins -->
<build-helper-maven-plugin-version>3.5.0</build-helper-maven-plugin-version>
<exec-maven-plugin-version>3.1.1</exec-maven-plugin-version>
Expand Down Expand Up @@ -182,6 +186,11 @@
<artifactId>maven-war-plugin</artifactId>
<version>${maven-war-plugin-version}</version>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>${frontend-maven-plugin-version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit caa47be

Please sign in to comment.