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 GitHub
parent ab0bd5cfcd
commit ddfbc1f91d
22 changed files with 490 additions and 112 deletions

View File

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