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 3bd7f8424b
commit 40059f5c3a
1 changed files with 6 additions and 0 deletions

View File

@ -377,6 +377,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 -->