|
@@ -85,30 +85,47 @@
|
|
|
<artifactId>jna-platform</artifactId>
|
|
|
<version>${jna.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
-<!-- <!– swagger2–>
|
|
|
- <dependency>
|
|
|
- <groupId>io.springfox</groupId>
|
|
|
- <artifactId>springfox-swagger2</artifactId>
|
|
|
- <version>${swagger.version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>io.swagger</groupId>
|
|
|
- <artifactId>swagger-annotations</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>io.swagger</groupId>
|
|
|
- <artifactId>swagger-models</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.jpush.api</groupId>
|
|
|
+ <artifactId>jpush-client</artifactId>
|
|
|
+ <version>3.4.3</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
- <!– swagger2-UI–>
|
|
|
+
|
|
|
<dependency>
|
|
|
- <groupId>io.springfox</groupId>
|
|
|
- <artifactId>springfox-swagger-ui</artifactId>
|
|
|
- <version>${swagger.version}</version>
|
|
|
- </dependency>-->
|
|
|
+ <groupId>org.springframework.data</groupId>
|
|
|
+ <artifactId>spring-data-redis</artifactId>
|
|
|
+ <version>2.5.11</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.jpush.api</groupId>
|
|
|
+ <artifactId>jiguang-common</artifactId>
|
|
|
+ <version>1.1.7</version>
|
|
|
+ </dependency>
|
|
|
+ <!-- <!– swagger2–>
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
+ <artifactId>springfox-swagger2</artifactId>
|
|
|
+ <version>${swagger.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>io.swagger</groupId>
|
|
|
+ <artifactId>swagger-annotations</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>io.swagger</groupId>
|
|
|
+ <artifactId>swagger-models</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!– swagger2-UI–>
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
+ <artifactId>springfox-swagger-ui</artifactId>
|
|
|
+ <version>${swagger.version}</version>
|
|
|
+ </dependency>-->
|
|
|
|
|
|
<!--io常用工具类 -->
|
|
|
<dependency>
|