| | |
| | | <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> |
| | |
| | | <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> |