Skip to content

Commit

Permalink
Update maven-definition.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 23, 2024
1 parent ea3e74a commit fb7bee3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ export const mavenDefinition = ({
<modernizer.skip>true</modernizer.skip>
<spring.h2.console.enabled>false</spring.h2.console.enabled>
</properties>
<dependencies>
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-core</artifactId>
</dependency>
</dependencies>
<build>
<plugins>${
databaseTypeSql && !reactive
Expand Down Expand Up @@ -130,7 +124,6 @@ export const mavenDefinition = ({
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>\${native-buildtools.version}</version>
<executions>
<execution>
<id>add-reachability-metadata</id>
Expand Down

0 comments on commit fb7bee3

Please sign in to comment.