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.
656 lines
28 KiB
656 lines
28 KiB
<?xml version="1.0"?>
|
|
<project
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>lis</artifactId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<groupId>com.sinosoft.lis.web</groupId>
|
|
<artifactId>lis-web</artifactId>
|
|
<packaging>war</packaging>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.github.javaparser</groupId>
|
|
<artifactId>javaparser-symbol-solver-core</artifactId>
|
|
<version>3.15.18</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.jsqlparser</groupId>
|
|
<artifactId>jsqlparser</artifactId>
|
|
<version>3.1</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.xuxueli</groupId>
|
|
<artifactId>xxl-job-core</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>ch.qos.logback</groupId>
|
|
<artifactId>logback-classic</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.codehaus.janino</groupId>
|
|
<artifactId>janino</artifactId>
|
|
</dependency>
|
|
|
|
<!--系统框架,被所有web模块依赖-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.framework</groupId>
|
|
<artifactId>lis-framework-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.framework</groupId>
|
|
<artifactId>lis-framework-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 公共-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.common</groupId>
|
|
<artifactId>lis-module-grp-common-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.common</groupId>
|
|
<artifactId>lis-module-grp-common-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 客户-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.customer</groupId>
|
|
<artifactId>lis-module-grp-customer-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.customer</groupId>
|
|
<artifactId>lis-module-grp-customer-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 询价-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.quotation</groupId>
|
|
<artifactId>lis-module-grp-quotation-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.quotation</groupId>
|
|
<artifactId>lis-module-grp-quotation-web</artifactId>
|
|
<type>war</type>
|
|
</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.nb</groupId>
|
|
<artifactId>lis-module-grp-nb-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 财务-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.finance</groupId>
|
|
<artifactId>lis-module-grp-finance-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.finance</groupId>
|
|
<artifactId>lis-module-grp-finance-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 保全-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.pa</groupId>
|
|
<artifactId>lis-module-grp-pa-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.pa</groupId>
|
|
<artifactId>lis-module-grp-pa-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 权限-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.authority</groupId>
|
|
<artifactId>lis-module-grp-authority-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.authority</groupId>
|
|
<artifactId>lis-module-grp-authority-web</artifactId>
|
|
<type>war</type>
|
|
</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-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 手工任务-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.manualtask</groupId>
|
|
<artifactId>lis-module-grp-manualtask-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.manualtask</groupId>
|
|
<artifactId>lis-module-grp-manualtask-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 理赔-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.claim</groupId>
|
|
<artifactId>lis-module-grp-claim-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.claim</groupId>
|
|
<artifactId>lis-module-grp-claim-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 续期-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.renewal</groupId>
|
|
<artifactId>lis-module-grp-renewal-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.renewal</groupId>
|
|
<artifactId>lis-module-grp-renewal-web</artifactId>
|
|
<type>war</type>
|
|
</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.print</groupId>
|
|
<artifactId>lis-module-grp-print-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 查询-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.query</groupId>
|
|
<artifactId>lis-module-grp-query-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.query</groupId>
|
|
<artifactId>lis-module-grp-query-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 账户-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.account</groupId>
|
|
<artifactId>lis-module-grp-account-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.account</groupId>
|
|
<artifactId>lis-module-grp-account-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 领取-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.withdrawal</groupId>
|
|
<artifactId>lis-module-grp-withdrawal-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.withdrawal</groupId>
|
|
<artifactId>lis-module-grp-withdrawal-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 利率-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.interest</groupId>
|
|
<artifactId>lis-module-grp-interest-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.interest</groupId>
|
|
<artifactId>lis-module-grp-interest-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--团 工作流-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.workflow</groupId>
|
|
<artifactId>lis-module-grp-workflow-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.grp.workflow</groupId>
|
|
<artifactId>lis-module-grp-workflow-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--个 银行接口-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.bankinterface</groupId>
|
|
<artifactId>lis-module-ind-bankinterface-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.bankinterface</groupId>
|
|
<artifactId>lis-module-ind-bankinterface-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--个 配置管理-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.config</groupId>
|
|
<artifactId>lis-module-ind-config-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.config</groupId>
|
|
<artifactId>lis-module-ind-config-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--个 财务收付-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.finance</groupId>
|
|
<artifactId>lis-module-ind-finance-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.finance</groupId>
|
|
<artifactId>lis-module-ind-finance-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--个 财务接口-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.financialvoucher</groupId>
|
|
<artifactId>lis-module-ind-financialvoucher-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.ind.financialvoucher</groupId>
|
|
<artifactId>lis-module-ind-financialvoucher-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--打印-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.print</groupId>
|
|
<artifactId>lis-module-print-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.print</groupId>
|
|
<artifactId>lis-module-print-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--日志-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.log</groupId>
|
|
<artifactId>lis-module-log-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.log</groupId>
|
|
<artifactId>lis-module-log-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--工作流-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.workflow</groupId>
|
|
<artifactId>lis-module-workflow-service</artifactId>
|
|
</dependency>
|
|
<!--产品-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.product</groupId>
|
|
<artifactId>lis-module-product-service</artifactId>
|
|
</dependency>
|
|
<!--客户-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.customer</groupId>
|
|
<artifactId>lis-module-customer-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.customer</groupId>
|
|
<artifactId>lis-module-customer-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--个团公共-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.common</groupId>
|
|
<artifactId>lis-module-common-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.common</groupId>
|
|
<artifactId>lis-module-common-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--系统配置-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.systemconfig</groupId>
|
|
<artifactId>lis-module-systemconfig-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.systemconfig</groupId>
|
|
<artifactId>lis-module-systemconfig-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--单证-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.certification</groupId>
|
|
<artifactId>lis-module-certification-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.certification</groupId>
|
|
<artifactId>lis-module-certification-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--任务-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.task</groupId>
|
|
<artifactId>lis-module-task-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.task</groupId>
|
|
<artifactId>lis-module-task-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--系统管理-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.systemmanage</groupId>
|
|
<artifactId>lis-module-systemmanage-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.systemmanage</groupId>
|
|
<artifactId>lis-module-systemmanage-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--再保-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.reinsure</groupId>
|
|
<artifactId>lis-module-reinsure-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.reinsure</groupId>
|
|
<artifactId>lis-module-reinsure-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--扫描-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.easyscan.common</groupId>
|
|
<artifactId>lis-module-easyscan-common-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.easyscan.common</groupId>
|
|
<artifactId>lis-module-easyscan-common-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.easyscan</groupId>
|
|
<artifactId>lis-module-easyscan-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.easyscan</groupId>
|
|
<artifactId>lis-module-easyscan-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--登录-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.logon</groupId>
|
|
<artifactId>lis-module-logon-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.logon</groupId>
|
|
<artifactId>lis-module-logon-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.framework</groupId>
|
|
<artifactId>lis-framework-springboot</artifactId>
|
|
</dependency>
|
|
<!--F1Print-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.print</groupId>
|
|
<artifactId>lis-module-print-f1-service</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.print</groupId>
|
|
<artifactId>lis-module-print-f1-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<!--客户管理-->
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.customer.common</groupId>
|
|
<artifactId>lis-module-customer-common-web</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sinosoft.lis.module.customer.common</groupId>
|
|
<artifactId>lis-module-customer-common-service</artifactId>
|
|
</dependency>
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
|
<!-- <artifactId>spring-boot-starter-tomcat</artifactId>-->
|
|
<!-- <scope>provided</scope>-->
|
|
<!-- </dependency>-->
|
|
</dependencies>
|
|
<build>
|
|
<finalName>lis</finalName>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
<configuration>
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
<overlays>
|
|
<overlay>
|
|
<groupId>com.sinosoft.lis.framework</groupId>
|
|
<artifactId>lis-framework-web</artifactId>
|
|
</overlay>
|
|
</overlays>
|
|
<archive>
|
|
<manifest>
|
|
<mainClass>com.sinosoft.lis.LisApplication</mainClass>
|
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
</manifest>
|
|
</archive>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>repackage</id>
|
|
<goals>
|
|
<goal>repackage</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<mainClass>com.sinosoft.lis.LisApplication</mainClass>
|
|
<!--Springboot 2.0 默认会把war打入lib中,下面排除这些lib中的war-->
|
|
<excludes>
|
|
<!--系统框架,被所有web模块依赖-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.framework</groupId>
|
|
<artifactId>lis-framework-web</artifactId>
|
|
</exclude>
|
|
<!--团 公共-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.common</groupId>
|
|
<artifactId>lis-module-grp-common-web</artifactId>
|
|
</exclude>
|
|
<!--团 客户-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.customer</groupId>
|
|
<artifactId>lis-module-grp-customer-web</artifactId>
|
|
</exclude>
|
|
<!--团 询价-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.quotation</groupId>
|
|
<artifactId>lis-module-grp-quotation-web</artifactId>
|
|
</exclude>
|
|
<!--团 新单投保-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.nb</groupId>
|
|
<artifactId>lis-module-grp-nb-web</artifactId>
|
|
</exclude>
|
|
<!--团 财务-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.finance</groupId>
|
|
<artifactId>lis-module-grp-finance-web</artifactId>
|
|
</exclude>
|
|
<!--团 保全-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.pa</groupId>
|
|
<artifactId>lis-module-grp-pa-web</artifactId>
|
|
</exclude>
|
|
<!--团 权限-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.authority</groupId>
|
|
<artifactId>lis-module-grp-authority-web</artifactId>
|
|
</exclude>
|
|
<!--团 结算-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.balance</groupId>
|
|
<artifactId>lis-module-grp-balance-web</artifactId>
|
|
</exclude>
|
|
<!--团 手工任务-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.manualtask</groupId>
|
|
<artifactId>lis-module-grp-manualtask-web</artifactId>
|
|
</exclude>
|
|
<!--团 理赔-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.claim</groupId>
|
|
<artifactId>lis-module-grp-claim-web</artifactId>
|
|
</exclude>
|
|
<!--团 续期-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.renewal</groupId>
|
|
<artifactId>lis-module-grp-renewal-web</artifactId>
|
|
</exclude>
|
|
<!--团 打印-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.print</groupId>
|
|
<artifactId>lis-module-grp-print-web</artifactId>
|
|
</exclude>
|
|
<!--团 查询-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.query</groupId>
|
|
<artifactId>lis-module-grp-query-web</artifactId>
|
|
</exclude>
|
|
<!--团 账户-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.account</groupId>
|
|
<artifactId>lis-module-grp-account-web</artifactId>
|
|
</exclude>
|
|
<!--团 领取-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.withdrawal</groupId>
|
|
<artifactId>lis-module-grp-withdrawal-web</artifactId>
|
|
</exclude>
|
|
<!--团 利率-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.interest</groupId>
|
|
<artifactId>lis-module-grp-interest-web</artifactId>
|
|
</exclude>
|
|
<!--团 工作流-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.grp.workflow</groupId>
|
|
<artifactId>lis-module-grp-workflow-web</artifactId>
|
|
</exclude>
|
|
<!--个 银行接口-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.ind.bankinterface</groupId>
|
|
<artifactId>lis-module-ind-bankinterface-web</artifactId>
|
|
</exclude>
|
|
<!--个 配置管理-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.ind.config</groupId>
|
|
<artifactId>lis-module-ind-config-web</artifactId>
|
|
</exclude>
|
|
<!--个 财务收付-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.ind.finance</groupId>
|
|
<artifactId>lis-module-ind-finance-web</artifactId>
|
|
</exclude>
|
|
<!--个 财务接口-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.ind.financialvoucher</groupId>
|
|
<artifactId>lis-module-ind-financialvoucher-web</artifactId>
|
|
</exclude>
|
|
<!--个 公共-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.ind.common</groupId>
|
|
<artifactId>lis-module-ind-common-web</artifactId>
|
|
</exclude>
|
|
<!--打印-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.print</groupId>
|
|
<artifactId>lis-module-print-web</artifactId>
|
|
</exclude>
|
|
<!--日志-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.log</groupId>
|
|
<artifactId>lis-module-log-web</artifactId>
|
|
</exclude>
|
|
<!--客户-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.customer</groupId>
|
|
<artifactId>lis-module-customer-web</artifactId>
|
|
</exclude>
|
|
<!--个团公共-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.common</groupId>
|
|
<artifactId>lis-module-common-web</artifactId>
|
|
</exclude>
|
|
<!--系统配置-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.systemconfig</groupId>
|
|
<artifactId>lis-module-systemconfig-web</artifactId>
|
|
</exclude>
|
|
<!--单证-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.certification</groupId>
|
|
<artifactId>lis-module-certification-web</artifactId>
|
|
</exclude>
|
|
<!--任务-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.task</groupId>
|
|
<artifactId>lis-module-task-web</artifactId>
|
|
</exclude>
|
|
<!--系统管理-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.systemmanage</groupId>
|
|
<artifactId>lis-module-systemmanage-web</artifactId>
|
|
</exclude>
|
|
<!--再保-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.reinsure</groupId>
|
|
<artifactId>lis-module-reinsure-web</artifactId>
|
|
</exclude>
|
|
<!--扫描-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.easyscan.common</groupId>
|
|
<artifactId>lis-module-easyscan-common-web</artifactId>
|
|
</exclude>
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.easyscan</groupId>
|
|
<artifactId>lis-module-easyscan-web</artifactId>
|
|
</exclude>
|
|
<!--登录-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.logon</groupId>
|
|
<artifactId>lis-module-logon-web</artifactId>
|
|
</exclude>
|
|
<!--F1Print-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.print</groupId>
|
|
<artifactId>lis-module-print-f1-web</artifactId>
|
|
</exclude>
|
|
<!--客户管理-->
|
|
<exclude>
|
|
<groupId>com.sinosoft.lis.module.customer.common</groupId>
|
|
<artifactId>lis-module-customer-common-web</artifactId>
|
|
</exclude>
|
|
</excludes>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<source>${java.version}</source>
|
|
<target>${java.version}</target>
|
|
<parameters>true</parameters>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|
|
|