升级vivo push sdk
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -85,9 +85,9 @@
|
||||
<dependency>
|
||||
<groupId>com.vivo.push.sdk</groupId>
|
||||
<artifactId>vPush-server-sdk</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>3.3</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/libs/vPush-server-sdk-1.0.jar
|
||||
<systemPath>${project.basedir}/src/main/libs/vPush-server-sdk-3.3.jar
|
||||
</systemPath>
|
||||
</dependency>
|
||||
|
||||
@@ -216,6 +216,12 @@
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.16.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.3.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user