648540858
2022-01-05 cea7d51139bddd608ef5968d92202266af49c796
pom.xml
@@ -50,7 +50,6 @@
      <jedis-version>3.1.0</jedis-version>
      <!-- 依赖版本 -->
      <pagehelper.version>5.2.0</pagehelper.version>
      <snippetsDirectory>${project.build.directory}/generated-snippets</snippetsDirectory>
      <asciidoctor.input.directory>${project.basedir}/docs/asciidoc</asciidoctor.input.directory>
      <generated.asciidoc.directory>${project.build.directory}/asciidoc</generated.asciidoc.directory>
@@ -113,7 +112,7 @@
      <dependency>
         <groupId>com.github.pagehelper</groupId>
         <artifactId>pagehelper-spring-boot-starter</artifactId>
         <version>1.2.10</version>
         <version>1.4.1</version>
      </dependency>
      <!--Swagger3 -->
@@ -204,6 +203,11 @@
         <version>1.12</version>
      </dependency>
      <dependency>
         <groupId>org.springframework.session</groupId>
         <artifactId>spring-session-core</artifactId>
      </dependency>
<!--      &lt;!&ndash; 检测文件编码 &ndash;&gt;-->
<!--      &lt;!&ndash; https://mvnrepository.com/artifact/cpdetector/cpdetector &ndash;&gt;-->
<!--      <dependency>-->
@@ -211,17 +215,6 @@
<!--         <artifactId>cpdetector</artifactId>-->
<!--         <version>1.0.8</version>-->
<!--      </dependency>-->
      <!-- onvif协议栈 -->
      <dependency>
         <groupId>be.teletask</groupId>
         <artifactId>onvif-java</artifactId>
         <version>1.0.2</version>
         <scope>system</scope>
         <systemPath>${project.basedir}/libs/onvif-java-1.0.2.jar</systemPath>
      </dependency>
      <dependency>
         <groupId>org.springframework.boot</groupId>
@@ -231,7 +224,7 @@
   </dependencies>
   <build>
      <finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName>
      <plugins>