From 08a20f907bc4223619365299e8761eeeff64f128 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期六, 15 四月 2023 09:38:03 +0800 Subject: [PATCH] Update and rename -------.md to new.md --- pom.xml | 98 ++++++++++++++++++++++++++++++++---------------- 1 files changed, 65 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index f005247..5628ab3 100644 --- a/pom.xml +++ b/pom.xml @@ -11,9 +11,10 @@ <groupId>com.genersoft</groupId> <artifactId>wvp-pro</artifactId> - <version>2.3.2</version> + <version>2.6.8</version> <name>web video platform</name> <description>鍥芥爣28181瑙嗛骞冲彴</description> + <packaging>${project.packaging}</packaging> <repositories> <repository> @@ -56,24 +57,46 @@ <asciidoctor.pdf.output.directory>${project.build.directory}/asciidoc/pdf</asciidoctor.pdf.output.directory> </properties> + <profiles> + <profile> + <id>jar</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <properties> + <project.packaging>jar</project.packaging> + </properties> + </profile> + <profile> + <id>war</id> + <properties> + <project.packaging>war</project.packaging> + </properties> + <dependencies> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + <exclusions> + <exclusion> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-jetty</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <version>3.1.0</version> + <scope>provided</scope> + </dependency> + </dependencies> + </profile> + </profiles> + <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> - <exclusions> - <exclusion> - <groupId>redis.clients</groupId> - <artifactId>jedis</artifactId> - </exclusion> - <exclusion> - <groupId>io.lettuce</groupId> - <artifactId>lettuce-core</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-pool2</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -100,11 +123,9 @@ <artifactId>spring-boot-starter-security</artifactId> </dependency> - <!-- druid鏁版嵁搴撹繛鎺ユ睜 --> <dependency> - <groupId>com.alibaba</groupId> - <artifactId>druid-spring-boot-starter</artifactId> - <version>1.2.11</version> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <!-- mysql鏁版嵁搴� --> @@ -167,13 +188,17 @@ <version>2.1.3</version> </dependency> - <!-- json瑙f瀽搴揻astjson --> + <!-- json瑙f瀽搴揻astjson2 --> <dependency> - <groupId>com.alibaba</groupId> - <artifactId>fastjson</artifactId> - <version>1.2.83</version> + <groupId>com.alibaba.fastjson2</groupId> + <artifactId>fastjson2</artifactId> + <version>2.0.17</version> </dependency> - + <dependency> + <groupId>com.alibaba.fastjson2</groupId> + <artifactId>fastjson2-extension</artifactId> + <version>2.0.17</version> + </dependency> <!-- okhttp --> <dependency> @@ -189,8 +214,6 @@ <version>4.10.0</version> </dependency> - - <!-- okhttp-digest --> <dependency> <groupId>io.github.rburgst</groupId> @@ -199,10 +222,17 @@ </dependency> <!-- https://mvnrepository.com/artifact/net.sf.kxml/kxml2 --> +<!-- <dependency>--> +<!-- <groupId>net.sf.kxml</groupId>--> +<!-- <artifactId>kxml2</artifactId>--> +<!-- <version>2.3.0</version>--> +<!-- </dependency>--> + + <!-- jwt瀹炵幇 --> <dependency> - <groupId>net.sf.kxml</groupId> - <artifactId>kxml2</artifactId> - <version>2.3.0</version> + <groupId>org.bitbucket.b_c</groupId> + <artifactId>jose4j</artifactId> + <version>0.9.3</version> </dependency> <!--鍙嶅悜浠g悊--> @@ -252,8 +282,8 @@ <artifactId>spring-boot-starter-test</artifactId> <!-- <scope>test</scope>--> </dependency> - </dependencies> + </dependencies> <build> @@ -262,7 +292,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>2.3.5.RELEASE</version> + <version>2.7.2</version> <configuration> <includeSystemScope>true</includeSystemScope> </configuration> @@ -277,14 +307,16 @@ </configuration> </plugin> - <!-- <plugin> + <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <version>3.0.1</version> <configuration> <offline>true</offline> + <failOnNoGitDirectory>false</failOnNoGitDirectory> + <dateFormat>yyyyMMdd</dateFormat> </configuration> - </plugin>--> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> -- Gitblit v1.8.0