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 | 35 ++++++++++++++++++++++++++++++++--- 1 files changed, 32 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7f19522..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,7 +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> @@ -65,6 +67,11 @@ <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-configuration-processor</artifactId> + <optional>true</optional> + </dependency> + <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.4</version> @@ -72,6 +79,12 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> + </dependency> + + <dependency> + <groupId>redis.clients</groupId> + <artifactId>jedis</artifactId> + <version>${jedis-version}</version> </dependency> <!-- druid鏁版嵁搴撹繛鎺ユ睜 --> @@ -183,6 +196,22 @@ <version>2.3.0</version> </dependency> + <!--鍙嶅悜浠g悊--> + <dependency> + <groupId>org.mitre.dsmiley.httpproxy</groupId> + <artifactId>smiley-http-proxy-servlet</artifactId> + <version>1.12</version> + </dependency> + +<!-- <!– 妫�娴嬫枃浠剁紪鐮� –>--> +<!-- <!– https://mvnrepository.com/artifact/cpdetector/cpdetector –>--> +<!-- <dependency>--> +<!-- <groupId>cpdetector</groupId>--> +<!-- <artifactId>cpdetector</artifactId>--> +<!-- <version>1.0.8</version>--> +<!-- </dependency>--> + + <!-- onvif鍗忚鏍� --> <dependency> -- Gitblit v1.8.0