From 619a66f9998fa646a69903a4c22e2bbf92e2221b Mon Sep 17 00:00:00 2001 From: lawrencehj <1934378145@qq.com> Date: 星期三, 28 七月 2021 09:49:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'upstream/wvp-28181-2.0' into wvp-28181-2.0 --- pom.xml | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6223945..077f8f1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,8 +10,8 @@ </parent> <groupId>com.genersoft</groupId> - <artifactId>wvp-gb28181</artifactId> - <version>2.0.0</version> + <artifactId>wvp-pro</artifactId> + <version>2.0</version> <name>web video platform</name> <repositories> @@ -44,8 +44,9 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format> + <maven.build.timestamp.format>MMddHHmm</maven.build.timestamp.format> <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> + <jedis-version>3.1.0</jedis-version> <!-- 渚濊禆鐗堟湰 --> <pagehelper.version>5.2.0</pagehelper.version> @@ -80,6 +81,12 @@ <artifactId>spring-boot-starter-security</artifactId> </dependency> + <dependency> + <groupId>redis.clients</groupId> + <artifactId>jedis</artifactId> + <version>${jedis-version}</version> + </dependency> + <!-- druid鏁版嵁搴撹繛鎺ユ睜 --> <dependency> <groupId>com.alibaba</groupId> -- Gitblit v1.8.0