✨ 支持Coding、Csdn和OSChina
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
<junit-version>4.11</junit-version>
|
||||
<servlet-api-version>2.5</servlet-api-version>
|
||||
<fastjson-version>1.2.44</fastjson-version>
|
||||
<google-api-version>1.28.0</google-api-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -74,6 +75,11 @@
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>${fastjson-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.api-client</groupId>
|
||||
<artifactId>google-api-client</artifactId>
|
||||
<version>${google-api-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user