支持鸿蒙推送

This commit is contained in:
imndx
2024-04-23 18:52:26 +08:00
parent 6af09f4d6e
commit a738e2d028
12 changed files with 352 additions and 35 deletions

43
pom.xml
View File

@@ -99,33 +99,6 @@
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.commons.codec</groupId>-->
<!-- <artifactId>commons-codec</artifactId>-->
<!-- <version>1.9</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/src/main/libs/commons-codec-1.9.jar-->
<!-- </systemPath>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.commons.logging</groupId>-->
<!-- <artifactId>commons-logging</artifactId>-->
<!-- <version>1.2</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/src/main/libs/commons-logging-1.2.jar-->
<!-- </systemPath>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.alibaba.fastjson</groupId>-->
<!-- <artifactId>fastjson</artifactId>-->
<!-- <version>1.2.28</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/src/main/libs/fastjson-1.2.28.jar-->
<!-- </systemPath>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.http</groupId>
<artifactId>httpclient</artifactId>
@@ -233,12 +206,16 @@
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.netty</groupId>-->
<!-- <artifactId>netty-tcnative-boringssl-static</artifactId>-->
<!-- <version>2.0.25.Final</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency>
</dependencies>
<build>