mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-20 14:00:56 +08:00
Merge pull request #79 from nagisa77/codex/fix-missing-google-api-package
Fix Google Auth compile error
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -71,6 +71,11 @@
|
||||
<artifactId>google-api-client</artifactId>
|
||||
<version>2.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.http-client</groupId>
|
||||
<artifactId>google-http-client-jackson2</artifactId>
|
||||
<version>1.43.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.qcloud</groupId>
|
||||
<artifactId>cos_api</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user