基础结构修改,以及基础接口添加完善逻辑
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -46,6 +46,9 @@
|
||||
<sendgrid.version>4.10.3</sendgrid.version>
|
||||
<gson.version>2.12.1</gson.version>
|
||||
|
||||
<httpmime.version>4.5.14</httpmime.version>
|
||||
<Java-WebSocket.version>1.5.4</Java-WebSocket.version>
|
||||
<twilio.version>10.1.1</twilio.version>
|
||||
|
||||
</properties>
|
||||
|
||||
@@ -301,13 +304,19 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<version>4.5.14</version>
|
||||
<version>${httpmime.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.java-websocket</groupId>
|
||||
<artifactId>Java-WebSocket</artifactId>
|
||||
<version>1.5.4</version> <!-- 最新版本可到 Maven 仓库查询 -->
|
||||
<version>${Java-WebSocket.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.twilio.sdk</groupId>
|
||||
<artifactId>twilio</artifactId>
|
||||
<version>${twilio.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user