Skip to content

Commit 62d66b5

Browse files
committed
chore: Read test certs from resources folder
This will avoid importing bouncy castle library just for tests Signed-off-by: Javier Aliaga <[email protected]>
1 parent 6b0b79d commit 62d66b5

File tree

6 files changed

+273
-276
lines changed

6 files changed

+273
-276
lines changed

sdk/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,6 @@
132132
<artifactId>assertj-core</artifactId>
133133
<version>${assertj.version}</version>
134134
</dependency>
135-
<dependency>
136-
<groupId>org.bouncycastle</groupId>
137-
<artifactId>bcprov-jdk15on</artifactId>
138-
<version>1.70</version>
139-
<scope>test</scope>
140-
</dependency>
141-
<dependency>
142-
<groupId>org.bouncycastle</groupId>
143-
<artifactId>bcpkix-jdk15on</artifactId>
144-
<version>1.70</version>
145-
<scope>test</scope>
146-
</dependency>
147135
<dependency>
148136
<groupId>io.grpc</groupId>
149137
<artifactId>grpc-netty-shaded</artifactId>

0 commit comments

Comments
 (0)