Skip to content

Commit

Permalink
Remove duplicate dependency, temporarily comment out graalvm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Sep 13, 2024
1 parent 3ad2972 commit 1305e26
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions server/wfprev-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
Expand Down Expand Up @@ -225,10 +221,10 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
</plugin>
</plugin> -->
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
Expand Down

0 comments on commit 1305e26

Please sign in to comment.