Browse Source

极光推送所需jar包

jk-GitHub-coder 4 years ago
parent
commit
20c3dd934d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      YijiaRestful/pom.xml

+ 6 - 0
YijiaRestful/pom.xml

@@ -20,6 +20,12 @@
     </properties>
     </properties>
 
 
     <dependencies>
     <dependencies>
+        <!-- 极光推送依赖 -->
+        <dependency>
+            <groupId>cn.jpush.api</groupId>
+            <artifactId>jpush-client</artifactId>
+            <version>3.3.10</version>
+        </dependency>
         <!-- Spring Boot Reids 依赖 -->
         <!-- Spring Boot Reids 依赖 -->
         <dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <groupId>org.springframework.boot</groupId>