1
13693261870
2024-09-30 b2b9e959447664bceb4381630358230a2ee5a1ab
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>