HBASE-21960 RESTServletContainer not configured for REST Jetty server

Addendum to work around bouncycastle version issues.
This commit is contained in:
stack 2019-03-04 22:45:11 -08:00
parent b214d4d9f3
commit 61e0a3ceac
1 changed files with 6 additions and 0 deletions

View File

@ -365,6 +365,12 @@
<artifactId>findbugs-annotations</artifactId>
<optional>true</optional>
</dependency>
<!--Test-->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<!-- Skip the tests in this module -->