Skip to content

Commit 141e5da

Browse files
authored
Remove unused Apicurio dependency from main pom.xml file (#11897)
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent 981aa58 commit 141e5da

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
<netty.version>4.2.5.Final</netty.version>
116116
<micrometer.version>1.14.5</micrometer.version>
117117
<jayway-jsonpath.version>2.9.0</jayway-jsonpath.version>
118-
<registry.version>1.3.2.Final</registry.version>
119118
<commons-codec.version>1.13</commons-codec.version>
120119

121120
<!-- Test only dependencies -->
@@ -631,21 +630,6 @@
631630
<artifactId>commons-codec</artifactId>
632631
<version>${commons-codec.version}</version>
633632
</dependency>
634-
<dependency>
635-
<groupId>io.apicurio</groupId>
636-
<artifactId>apicurio-registry-utils-streams</artifactId>
637-
<version>${registry.version}</version>
638-
</dependency>
639-
<dependency>
640-
<groupId>io.apicurio</groupId>
641-
<artifactId>apicurio-registry-utils-kafka</artifactId>
642-
<version>${registry.version}</version>
643-
</dependency>
644-
<dependency>
645-
<groupId>io.apicurio</groupId>
646-
<artifactId>apicurio-registry-common</artifactId>
647-
<version>${registry.version}</version>
648-
</dependency>
649633
<dependency>
650634
<groupId>io.opentelemetry</groupId>
651635
<artifactId>opentelemetry-sdk-extension-autoconfigure</artifactId>

0 commit comments

Comments
 (0)