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 03cacc384f
commit 40faef3c77
21 changed files with 478 additions and 109 deletions

View File

@@ -180,7 +180,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>