<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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.jd.httpservice</groupId>
		<artifactId>httpservice</artifactId>
		<version>2.1.4.RELEASE</version>
	</parent>

	<artifactId>httpservice-agent</artifactId>

	<dependencies>
		<dependency>
			<groupId>com.jd.utils</groupId>
			<artifactId>utils-common</artifactId>
			<version>${utils.version}</version>
		</dependency>
		<dependency>
			<groupId>com.jd.utils</groupId>
			<artifactId>utils-serialize</artifactId>
			<version>${utils.version}</version>
		</dependency>
		<dependency>
			<groupId>com.jd.utils</groupId>
			<artifactId>utils-web-server</artifactId>
			<scope>test</scope>
			<version>${utils.version}</version>
		</dependency>
		<dependency>
			<groupId>com.jd.utils</groupId>
			<artifactId>utils-crypto-sm</artifactId>
			<version>${utils.version}</version>
		</dependency>

		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpclient</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-beans</artifactId>
		</dependency>
<!-- 		<dependency>
			<groupId>com.alibaba</groupId>
			<artifactId>fastjson</artifactId>
		</dependency> -->
		
	</dependencies>
	
	<!-- <build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>3.3</version>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
					<encoding>UTF-8</encoding>
					<optimize>false</optimize>
					<debug>true</debug>
					<showDeprecation>false</showDeprecation>
					<showWarnings>false</showWarnings>
				</configuration>
			</plugin>
		</plugins>
	</build> -->
</project>
