<?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.lc.ibps.saas</groupId>
		<artifactId>ibps-saas-biz-root</artifactId>
		<version>4.0.1-LC.SAAS-RELEASE</version>
		<relativePath>../../pom.xml</relativePath>
	</parent>
	
	<modelVersion>4.0.0</modelVersion>
	<artifactId>ibps-saas-biz</artifactId>
	
	<properties>
	</properties>
	
	<dependencies>	
		<dependency>
			<groupId>com.lc.ibps.saas</groupId>
			<artifactId>ibps-saas-base-db</artifactId>
		</dependency>
		<dependency>
			<groupId>com.lc.ibps.saas</groupId>
			<artifactId>ibps-saas-model</artifactId>
		</dependency>
		
		<dependency>
			<groupId>com.lc.ibps.message</groupId>
			<artifactId>ibps-message-producer</artifactId>
		</dependency>
		<dependency>
			<groupId>com.lc.ibps.common</groupId>
			<artifactId>ibps-org-biz</artifactId>
		</dependency>
		
		<!-- 京东多线程开发工具 -->
		<!-- 解决任意的多线程并行、串行、阻塞、依赖、回调的并行框架，可以任意组合各线程的执行顺序，带全链路执行结果回调。 -->
		<dependency>
		    <groupId>com.jd.platform</groupId>
		    <artifactId>asyncTool</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context</artifactId>
			<scope>compile</scope>
		</dependency>
		
		<dependency>
	        <groupId>junit</groupId>
	        <artifactId>junit</artifactId>
	        <scope>test</scope>
	    </dependency>
	</dependencies>	
	
</project>
