HADOOP-16015. Add bouncycastle jars to hadoop-aws as test dependencies.

Contributed by Steve Loughran.
This commit is contained in:
Steve Loughran 2018-12-20 18:09:01 +00:00
parent 784ea3aff6
commit a668f8e6c6
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 16 additions and 0 deletions

View File

@ -485,5 +485,21 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
<scope>test</scope>
</dependency>
<!-- Used to create SSL certs for a secure Keystore -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>