Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Remove a data-models version override (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann authored Nov 1, 2023
1 parent 1c5c3a9 commit b1ceeee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
14 changes: 0 additions & 14 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,21 +181,7 @@

</dependencies>

<dependencyManagement>
<dependencies>

<!-- Needed for the codegen plugin -->
<dependency>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-data-models</artifactId>
<scope>compile</scope>
</dependency>

</dependencies>
</dependencyManagement>

<build>

<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
<apicurio-tenant-manager-client.version>0.2.0.Final</apicurio-tenant-manager-client.version>
<annotation-api.version>1.3.5</annotation-api.version>
<version.puppycrawl>10.12.4</version.puppycrawl>
<version.apicurio-data-models>1.1.26</version.apicurio-data-models>
<version.jackson>2.15.3</version.jackson>

<!-- Test Dependency Versions -->
Expand Down Expand Up @@ -269,13 +268,6 @@
<version>${apicurio-tenant-manager-client.version}</version>
</dependency>

<dependency>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-data-models</artifactId>
<version>${version.apicurio-data-models}</version>
<scope>compile</scope>
</dependency>

<!-- Quarkus -->

<dependency>
Expand Down

0 comments on commit b1ceeee

Please sign in to comment.