Support Google Cloud Source repositories (#1278)

* Extract transport configuration to TransportConfigCallbackFactory

* Authenticate against Google Cloud Source repositories

Fixes gh-1260
This commit is contained in:
Eduard Wirch
2019-04-11 21:25:22 +02:00
committed by Ryan Baxter
parent 3c0348ca62
commit 79bea06f3e
10 changed files with 482 additions and 22 deletions

View File

@@ -85,6 +85,11 @@
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>