From 15e26840f2124bef030b413a9830e29e5a6071ef Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 07 Apr 2023 16:49:20 +0800
Subject: [PATCH] 在mq之前,先更新订单状态
---
pom.xml | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index cef71ae..d146f33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,19 @@
</properties>
<dependencies>
+ <!-- 图片压缩-->
+ <dependency>
+ <groupId>net.coobird</groupId>
+ <artifactId>thumbnailator</artifactId>
+ <version>0.4.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0</version>
+ </dependency>
+
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
@@ -317,6 +330,12 @@
<artifactId>poi-ooxml-schemas</artifactId>
<version>3.8</version>
</dependency>
+
+ <dependency>
+ <groupId>com.github.binarywang</groupId>
+ <artifactId>weixin-java-pay</artifactId>
+ <version>4.4.0</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.1