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:
committed by
Ryan Baxter
parent
3c0348ca62
commit
79bea06f3e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user