From b2b9e959447664bceb4381630358230a2ee5a1ab Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 30 九月 2024 10:46:19 +0800
Subject: [PATCH] 1

---
 pom.xml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index bdd02b0..ce8050b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,21 @@
             <version>3.5.0</version>
             <!--version>3.2.0</version-->
         </dependency>
+        <!--rainfall-->
+        <dependency>
+            <groupId>com.mathworks.toolbox</groupId>
+            <artifactId>javabuilder</artifactId>
+            <version>1.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/libs/javabuilder.jar</systemPath>
+        </dependency>
+        <dependency>
+            <groupId>com.se.simu</groupId>
+            <artifactId>Rainfall</artifactId>
+            <version>1.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/libs/simu.jar</systemPath>
+        </dependency>
     </dependencies>
 
     <build>
@@ -128,6 +143,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.4.1</version>
                 <configuration>
                     <mainClass>com.se.simu.SimuApplication</mainClass>
                     <excludes>

--
Gitblit v1.9.3