Skip to content

Commit 7553368

Browse files
Merge branch '7.9.x' into 8.0.x by janjwerner-confluent
2 parents 12d9e8d + 1b81272 commit 7553368

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
@@ -179,11 +179,6 @@
179179
<artifactId>bcpkix-jdk18on</artifactId>
180180
<scope>test</scope>
181181
</dependency>
182-
<dependency>
183-
<groupId>org.bouncycastle</groupId>
184-
<artifactId>bcprov-ext-jdk18on</artifactId>
185-
<scope>test</scope>
186-
</dependency>
187182
<dependency>
188183
<groupId>org.hamcrest</groupId>
189184
<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>
@@ -199,7 +194,7 @@
199194
<includeTestSourceDirectory>true</includeTestSourceDirectory>
200195
</configuration>
201196
</plugin>
202-
197+
203198
<plugin>
204199
<groupId>org.apache.maven.plugins</groupId>
205200
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)