You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
195 lines
7.5 KiB
195 lines
7.5 KiB
<?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>lis</artifactId>
|
|
<groupId>com.sinosoft</groupId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.sinosoft.lis.module.task</groupId>
|
|
<artifactId>lis-module-task-service</artifactId>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<!-- <groupId>javax.servlet</groupId>-->
|
|
<!--<artifactId>javax.servlet-api</artifactId>-->
|
|
<!--改为依赖Jakarta.servlet-->
|
|
<groupId>jakarta.servlet</groupId>
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.model.product</groupId>
|
|
<artifactId>lis-model-product-schema</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.model.policyadmin</groupId>
|
|
<artifactId>lis-model-policyadmin-schema</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.model.workflow</groupId>
|
|
<artifactId>lis-model-workflow-schema</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.component.calculator</groupId>
|
|
<artifactId>lis-component-calculator-bl</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.model.policy</groupId>
|
|
<artifactId>lis-model-policy-schema</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.model.underwriting</groupId>
|
|
<artifactId>lis-model-underwriting-schema</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.model.finance</groupId>
|
|
<artifactId>lis-model-finance-schema</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.component.print</groupId>
|
|
<artifactId>lis-component-print-bl</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.certification</groupId>
|
|
<artifactId>lis-module-certification-bl</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.task</groupId>
|
|
<artifactId>lis-module-task-schema</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.esotericsoftware</groupId>
|
|
<artifactId>reflectasm</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.log</groupId>
|
|
<artifactId>lis-module-log-schema</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.common</groupId>
|
|
<artifactId>lis-module-ind-common-bl</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.financialvoucher</groupId>
|
|
<artifactId>lis-module-ind-financialvoucher-bl</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.interest.common</groupId>
|
|
<artifactId>lis-module-grp-interest-common-bl</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.finance</groupId>
|
|
<artifactId>lis-module-ind-finance-bl</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.nb</groupId>
|
|
<artifactId>lis-module-grp-nb-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.print</groupId>
|
|
<artifactId>lis-module-grp-print-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.common</groupId>
|
|
<artifactId>lis-module-grp-common-bl</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.balance</groupId>
|
|
<artifactId>lis-module-grp-balance-schema</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.balance</groupId>
|
|
<artifactId>lis-module-grp-balance-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.balance</groupId>
|
|
<artifactId>lis-module-grp-balance-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.config</groupId>
|
|
<artifactId>lis-module-ind-config-schema</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.ibm.icu</groupId>
|
|
<artifactId>icu4j</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.httpclient</groupId>
|
|
<artifactId>lis-http-client</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.dtflys.forest</groupId>
|
|
<artifactId>forest-core</artifactId>
|
|
<version>1.6.3</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jdom</groupId>
|
|
<artifactId>jdom</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.manualtask</groupId>
|
|
<artifactId>lis-module-grp-manualtask-service</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.xuxueli</groupId>
|
|
<artifactId>xxl-job-core</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.component.mq</groupId>
|
|
<artifactId>lis-component-mq-bl</artifactId>
|
|
<version>7.2021</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.common</groupId>
|
|
<artifactId>lis-module-common-pa-bl</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>attach-sources</id>
|
|
<phase>verify</phase>
|
|
<goals>
|
|
<goal>jar-no-fork</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|
|
|