From 93e01fa050330ead95041ed11cc85e9765c19fc1 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期四, 09 十一月 2023 12:06:52 +0800 Subject: [PATCH] 手动测试 --- pom.xml | 34 ++++++++++++++++++++++++---------- 1 files changed, 24 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index f07fe00..dbf365c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <spring.boot.version>2.1.2.RELEASE</spring.boot.version> <spring.version>5.1.1.RELEASE</spring.version> - <dorado.version>7.6.0-SNAPSHOT</dorado.version> + <dorado.version>7.5.16</dorado.version> <druid.version>1.2.8</druid.version> <mysql.version>5.1.45</mysql.version> <fastjson.version>2.0.10</fastjson.version> @@ -232,20 +232,24 @@ <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath> </dependency> +<!-- <dependency>--> +<!-- <groupId>net.java.dev.jna</groupId>--> +<!-- <artifactId>jna</artifactId>--> +<!-- <version>4.2.1</version>--> +<!-- </dependency>--> +<!-- <dependency>--> +<!-- <groupId>com.sun.jna</groupId>--> +<!-- <artifactId>jna</artifactId>--> +<!-- <version>3.0.9</version>--> +<!-- <scope>system</scope>--> +<!-- <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>--> +<!-- </dependency>--> <dependency> <groupId>com.sun.jna</groupId> <artifactId>jna</artifactId> <version>3.0.9</version> - <scope>system</scope> - <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath> </dependency> - -<!-- <dependency>--> -<!-- <groupId>com.sun.jna</groupId>--> -<!-- <artifactId>jna</artifactId>--> -<!-- <version>3.0.9</version>--> -<!-- </dependency>--> @@ -340,7 +344,6 @@ <build> - <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -352,6 +355,17 @@ <encoding>UTF-8</encoding> </configuration> </plugin> + <plugin> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>repackage</goal> + </goals> + </execution> + </executions> + </plugin> <!-- <plugin>--> <!-- <groupId>org.springframework.boot</groupId>--> <!-- <artifactId>spring-boot-maven-plugin</artifactId>--> -- Gitblit v1.9.3