<?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-supbid</artifactId>
        <version>3.0.1-YNJT-JT-SNAPSHOT</version>
	</parent>
	<artifactId>ejc-supbid-impl</artifactId>
	<name>ejc-supbid-impl</name>
	<url>http://maven.apache.org</url>

	<dependencies>
		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-supbid-api</artifactId>
			<version>${project.parent.version}</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>com.ejianc</groupId>
			<artifactId>ejc-auth</artifactId>
			<version>3.0.0-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-message-api</artifactId>
			<version>3.0.0-SNAPSHOT</version>
			<scope>compile</scope>
		</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-support-api</artifactId>
            <version>3.0.0-SNAPSHOT</version>
        </dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpmime</artifactId>
			<version>4.5.7</version>
		</dependency>
    </dependencies>

</project>
