ehms-zjcksjqr-wg/ehms-server/ehms-system/pom.xml
2024-05-23 16:06:54 +08:00

154 lines
5.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ehms</artifactId>
<groupId>com.inspur</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ehms-system</artifactId>
<description>
system系统模块
</description>
<dependencies>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-engine</artifactId>
</dependency>
<!-- 通用工具-->
<dependency>
<groupId>com.inspur</groupId>
<artifactId>ehms-common</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<!--引入本地jar包-->
<dependency>
<groupId>com.mathworks.toolbox</groupId>
<artifactId>javabuilder</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/javabuilder.jar</systemPath>
</dependency>
<dependency>
<groupId>Spect_Y</groupId>
<artifactId>Spect_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/Spect_Y.jar</systemPath>
</dependency>
<dependency>
<groupId>Env_Spect</groupId>
<artifactId>Env_Spect</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/Env_Spect.jar</systemPath>
</dependency>
<dependency>
<groupId>ConvNet_Y</groupId>
<artifactId>ConvNet_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/ConvNet_Y.jar</systemPath>
</dependency>
<dependency>
<groupId>Pred_Y</groupId>
<artifactId>Pred_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/Pred_Y.jar</systemPath>
</dependency>
<dependency>
<groupId>Data_Tran</groupId>
<artifactId>Data_Tran</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/Data_Tran.jar</systemPath>
</dependency>
<dependency>
<groupId>STFT_Y</groupId>
<artifactId>STFT_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/STFT_Y.jar</systemPath>
</dependency>
<dependency>
<groupId>Monitor_1Y</groupId>
<artifactId>Monitor_1Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/Monitor_1Y.jar</systemPath>
</dependency>
<!---->
<dependency>
<groupId>Entropy_Y</groupId>
<artifactId>Entropy_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/Entropy_Y.jar</systemPath>
</dependency>
<!--脉冲因子-->
<dependency>
<groupId>IMF_Y</groupId>
<artifactId>IMF_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/IMF_Y.jar</systemPath>
</dependency>
<!--峭度-->
<dependency>
<groupId>Kurt_Y</groupId>
<artifactId>Kurt_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/Kurt_Y.jar</systemPath>
</dependency>
<!--裕度-->
<dependency>
<groupId>Margin_Y</groupId>
<artifactId>Margin_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/Margin_Y.jar</systemPath>
</dependency>
<!--峰值因子-->
<dependency>
<groupId>Peak_Y</groupId>
<artifactId>Peak_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/Peak_Y.jar</systemPath>
</dependency>
<!--均方根-->
<dependency>
<groupId>RMS_Y</groupId>
<artifactId>RMS_Y</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/RMS_Y.jar</systemPath>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.79</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>