<?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.ejianc</groupId>
		<artifactId>ejc-finance</artifactId>
        <version>3.0.0-HKYL-SNAPSHOT</version>
	</parent>
	<artifactId>ejc-finance-impl</artifactId>
	<name>ejc-finance-impl</name>
	<url>http://maven.apache.org</url>

	<dependencies>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-finance-api</artifactId>
			<version>${project.parent.version}</version>
		</dependency>
		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-cost-api</artifactId>
			<version>${project.parent.version}</version>
		</dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-market-api</artifactId>
			<version>${project.parent.version}</version>
		</dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-support-api</artifactId>
			<version>${project.parent.version}</version>
		</dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-idm-api</artifactId>
			<version>3.0.0-SNAPSHOT</version>
		</dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-cache</artifactId>
			<version>3.0.0-SNAPSHOT</version>
		</dependency>

		<dependency>
		    <groupId>org.springframework.boot</groupId>
		    <artifactId>spring-boot-starter-web</artifactId>
		</dependency>

		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
			<scope>test</scope>
		</dependency>
        <dependency>
            <groupId>commons-configuration</groupId>
            <artifactId>commons-configuration</artifactId>
            <version>1.10</version>
            <scope>compile</scope>
        </dependency>
		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-equipment-api</artifactId>
			<version>${project.parent.version}</version>
			<scope>compile</scope>
		</dependency>
        <dependency>
            <groupId>com.ejianc</groupId>
            <artifactId>ejc-income-api</artifactId>
            <version>${project.parent.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.ejianc</groupId>
            <artifactId>ejc-material-api</artifactId>
            <version>${project.parent.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.ejianc</groupId>
            <artifactId>ejc-cost-api</artifactId>
            <version>${project.parent.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.ejianc</groupId>
            <artifactId>ejc-sub-api</artifactId>
            <version>${project.parent.version}</version>
            <scope>compile</scope>
        </dependency>
		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-auth</artifactId>
			<version>3.0.0-SNAPSHOT</version>
		</dependency>
        <dependency>
            <groupId>com.ejianc</groupId>
            <artifactId>ejc-task-api</artifactId>
            <version>3.0.0-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-rmat-api</artifactId>
			<version>${project.parent.version}</version>
			<scope>compile</scope>
		</dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-other-api</artifactId>
			<version>${project.parent.version}</version>
			<scope>compile</scope>
		</dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-labor-api</artifactId>
			<version>${project.parent.version}</version>
			<scope>compile</scope>
		</dependency>

		<!--审批流相关依赖-->
		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-bpm-api</artifactId>
			<version>3.0.0-SNAPSHOT</version>
		</dependency>


	  <dependency>
			<groupId>com.baomidou</groupId>
			<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
			<version>3.2.0</version>
	  </dependency>

		<dependency>
			<groupId>org.projectlombok</groupId>
			<artifactId>lombok</artifactId>
		</dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-huakang-api</artifactId>
			<version>3.0.0-SNAPSHOT</version>
			<scope>compile</scope>
		</dependency>

    </dependencies>

</project>
