File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 212
212
<lombok .version>1.18.36</lombok .version>
213
213
<commons-codec .version>1.17.1</commons-codec .version>
214
214
<jboss-slf4j .version>1.2.1.Final</jboss-slf4j .version>
215
- <httpclient .version>4.5.14</httpclient .version>
216
215
<apicurio-common-rest-client .version>0.1.18.Final</apicurio-common-rest-client .version>
217
216
<kafka-clients .version>3.6.0</kafka-clients .version>
218
217
<debezium .version>2.6.2.Final</debezium .version>
657
656
<artifactId >commons-codec</artifactId >
658
657
<version >${commons-codec.version} </version >
659
658
</dependency >
660
- <dependency >
661
- <groupId >org.apache.httpcomponents</groupId >
662
- <artifactId >httpclient</artifactId >
663
- <version >${httpclient.version} </version >
664
- </dependency >
665
659
<dependency >
666
660
<groupId >org.eclipse.jgit</groupId >
667
661
<artifactId >org.eclipse.jgit</artifactId >
Original file line number Diff line number Diff line change 50
50
<scope >provided</scope >
51
51
</dependency >
52
52
53
- <dependency >
54
- <groupId >org.apache.httpcomponents</groupId >
55
- <artifactId >httpclient</artifactId >
56
- </dependency >
57
-
58
53
<dependency >
59
54
<groupId >org.junit.jupiter</groupId >
60
55
<artifactId >junit-jupiter-api</artifactId >
You can’t perform that action at this time.
0 commit comments