<?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-front</artifactId>
		<version>3.0.0-ZDSSCM-SD-SNAPSHOT</version>
	</parent>
	<artifactId>ejc-front-impl</artifactId>
	<name>ejc-front-impl</name>
	<url>http://maven.apache.org</url>
	

	<dependencies>
		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-front-api</artifactId>
			<version>${project.parent.version}</version>
		</dependency>
		
		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-idm-api</artifactId>
			<version>3.0.0-ZDSSCM-SD-SNAPSHOT</version>
		</dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-cfs-api</artifactId>
			<version>3.0.0-SNAPSHOT</version>
			<exclusions>
				<exclusion>
					<groupId>com.ejianc</groupId>
					<artifactId>ejc-front-api</artifactId>
				</exclusion>
			</exclusions>
		</dependency>

		<dependency>
			<groupId>com.ejianc</groupId>
			<artifactId>ejc-skeleton</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>org.springframework.cloud</groupId>
			<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
		</dependency>
		
		<dependency>
	         <groupId>org.springframework.cloud</groupId>
	         <artifactId>spring-cloud-starter-openfeign</artifactId>
	    </dependency>
 
	    <dependency>
	         <groupId>org.springframework.cloud</groupId>
	         <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
	    </dependency>
        
        <!--Spring Boot Actuator，感应服务端变化-->
	    <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
        
        <dependency>
        	<groupId>com.ejianc</groupId>
        	<artifactId>ejc-core</artifactId>
        	<version>3.0.0-SNAPSHOT</version>
        </dependency>
        
       	<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpclient</artifactId>
		</dependency>
		
       	<dependency>
	      <groupId>org.apache.httpcomponents</groupId>
	      <artifactId>httpcore</artifactId>
	    </dependency>
	    
	    <dependency>
		  <groupId>commons-lang</groupId>
		  <artifactId>commons-lang</artifactId>
		  <version>2.5</version>
		</dependency>
		
		<dependency>
            <groupId>net.gplatform</groupId>
            <artifactId>Sdk4J</artifactId>
            <version>2.0</version>
        </dependency>
		
        
    </dependencies>

</project>