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.
 
 
 

105 lines
4.1 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>
<groupId>com.sinosoft</groupId>
<artifactId>lis</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<groupId>com.sinosoft.lis.module.ind.finance</groupId>
<artifactId>lis-module-ind-finance-bl</artifactId>
<dependencies>
<dependency>
<groupId>com.sinosoft.lis.framework</groupId>
<artifactId>lis-framework-util</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.model.finance</groupId>
<artifactId>lis-model-finance-schema</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.component.lock</groupId>
<artifactId>lis-component-lock-bl</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.model.policy</groupId>
<artifactId>lis-model-policy-schema</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.model.underwriting</groupId>
<artifactId>lis-model-underwriting-schema</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.model.user</groupId>
<artifactId>lis-model-user-schema</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.model.product</groupId>
<artifactId>lis-model-product-schema</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.component.calculator</groupId>
<artifactId>lis-component-calculator-bl</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.model.agent</groupId>
<artifactId>lis-model-agent-schema</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.component.cache</groupId>
<artifactId>lis-component-cache-bl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.module.common</groupId>
<artifactId>lis-module-common-bl</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.component.tax</groupId>
<artifactId>lis-component-tax-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.customer</groupId>
<artifactId>lis-module-customer-bl</artifactId>
</dependency>
<dependency>
<groupId>com.sinosoft.lis.component.currency</groupId>
<artifactId>lis-component-currency-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>