Support testing against Capella. (#1386)

Support testing against Capella. Also includes sample to
use Capella control-plane.

Closes #1385.
This commit is contained in:
Michael Reiche
2022-04-08 14:36:02 -07:00
committed by Michael Reiche
parent 316e665fc1
commit 4a42cba52e
22 changed files with 489 additions and 111 deletions

View File

@@ -184,7 +184,14 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.4.0</version>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-tls</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>