wyyay hace 2 años
padre
commit
f6472a9758
Se han modificado 2 ficheros con 23 adiciones y 0 borrados
  1. 22 0
      base-common/pom.xml
  2. 1 0
      pom.xml

+ 22 - 0
base-common/pom.xml

@@ -163,6 +163,28 @@
             <version>8.0.3</version>
         </dependency>
 
+        <!-- 极光推送 -->
+        <dependency>
+            <groupId>cn.jpush.api</groupId>
+            <artifactId>jpush-client</artifactId>
+            <version>3.3.8</version>
+        </dependency>
+        <dependency>
+            <groupId>cn.jpush.api</groupId>
+            <artifactId>jmessage-client</artifactId>
+            <version>1.1.8</version>
+        </dependency>
+        <dependency>
+            <groupId>cn.jpush.api</groupId>
+            <artifactId>jiguang-common</artifactId>
+            <version>1.1.3</version>
+        </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-all</artifactId>
+            <version>4.1.6.Final</version>
+            <scope>compile</scope>
+        </dependency>
 
     </dependencies>
 

+ 1 - 0
pom.xml

@@ -194,6 +194,7 @@
         <module>base-quartz</module>
         <module>base-generator</module>
         <module>base-common</module>
+        <module>jpush-service</module>
     </modules>
     <packaging>pom</packaging>