Skip to content

Commit 1b81272

Browse files
Merge branch '7.8.x' into 7.9.x by janjwerner-confluent
2 parents 603f1bd + d70d304 commit 1b81272

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

kafka-rest/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@
163163
<artifactId>bcpkix-jdk18on</artifactId>
164164
<scope>test</scope>
165165
</dependency>
166-
<dependency>
167-
<groupId>org.bouncycastle</groupId>
168-
<artifactId>bcprov-ext-jdk18on</artifactId>
169-
<scope>test</scope>
170-
</dependency>
171166
<dependency>
172167
<groupId>org.hamcrest</groupId>
173168
<artifactId>hamcrest-all</artifactId>

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@
118118
<artifactId>bcpkix-jdk18on</artifactId>
119119
<version>${bouncycastle.jdk18.version}</version>
120120
</dependency>
121-
<dependency>
122-
<groupId>org.bouncycastle</groupId>
123-
<artifactId>bcprov-ext-jdk18on</artifactId>
124-
<version>${bouncycastle.jdk18.version}</version>
125-
</dependency>
126121
<dependency>
127122
<groupId>org.hamcrest</groupId>
128123
<artifactId>hamcrest-library</artifactId>
@@ -214,7 +209,7 @@
214209
<includeTestSourceDirectory>true</includeTestSourceDirectory>
215210
</configuration>
216211
</plugin>
217-
212+
218213
<plugin>
219214
<groupId>org.apache.maven.plugins</groupId>
220215
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)