From c6cbf3d8fd4968d1a96f7e4450e812e86c3063eb Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 19 十月 2023 17:58:30 +0800
Subject: [PATCH] 111
---
server/pom.xml | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index 9510e74..f32a136 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -136,7 +136,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
-
<!-- swagger -->
<!-- <dependency>
<groupId>io.springfox</groupId>
@@ -286,6 +285,11 @@
<artifactId>wechatpay-java</artifactId>
<version>0.2.11</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.paho</groupId>
+ <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
+ <version>1.2.2</version>
+ </dependency>
</dependencies>
@@ -297,13 +301,13 @@
</resources>
<plugins>
<plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <mainClass>com.doumee.Application</mainClass>
+ <source>${java.version}</source>
+ <target>${java.version}</target>
</configuration>
</plugin>
</plugins>
</build>
-
</project>
--
Gitblit v1.9.3