Skip to content

Commit

Permalink
chore(deps): remove old quarkus dependencies (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Nov 7, 2024
1 parent 0672659 commit d62eed4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions extensions/jpa/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,24 +126,4 @@
</pluginManagement>
</build>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-platform-descriptor-json</artifactId>
<version>${quarkus.version}</version>
<exclusions>
<exclusion>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

</project>

0 comments on commit d62eed4

Please sign in to comment.