From 9c32918e2d2db0dcc8b3a3af2be72831252019d9 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期六, 08 二月 2025 09:28:02 +0800 Subject: [PATCH] 涉嫌偷水功能完善代码 --- pipIrr-platform/pom.xml | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pom.xml b/pipIrr-platform/pom.xml index 61492eb..97dc779 100644 --- a/pipIrr-platform/pom.xml +++ b/pipIrr-platform/pom.xml @@ -186,6 +186,13 @@ <type>pom</type> <scope>import</scope> </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-extension</artifactId> + <version>3.5.3.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> <!-- 闃块噷fastjson --> <dependency> @@ -296,6 +303,28 @@ <scope>import</scope> </dependency> + <!-- java瑙嗛澶勭悊 --> + <dependency> + <groupId>org.jcodec</groupId> + <artifactId>jcodec</artifactId> + <version>0.2.5</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>org.jcodec</groupId> + <artifactId>jcodec-javase</artifactId> + <version>0.2.5</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.18.0</version> + <type>pom</type> + <scope>import</scope> + </dependency> <!-- 娴嬭瘯 --> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0