<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>miitang-runtime</artifactId>
		<groupId>com.miitang</groupId>
		<version>2.0</version>
	</parent>
	<groupId>com.miitang.runtime</groupId>
	<artifactId>runtime-webis</artifactId>
	<version>2.0</version>
	<name>Miitang Runtime webis</name>

	<url>http://www.miitang.com</url>
	<dependencies>
		<dependency>
			<groupId>com.miitang.runtime</groupId>
			<artifactId>runtime-lang</artifactId>
		</dependency>
		<dependency>
			<groupId>com.miitang.runtime</groupId>
			<artifactId>runtime-core</artifactId>
		</dependency>
		<!--
		<dependency>
			<groupId>com.miitang.runtime</groupId>
			<artifactId>runtime-biz</artifactId>
		</dependency>
		-->
		<!-- common io -->
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
		</dependency>
		<!-- web -->
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-web</artifactId>
		</dependency>
		<!-- Apache Common -->
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-lang3</artifactId>
		</dependency>
		<!--
		<dependency>
			<groupId>org.jsoup</groupId>
			<artifactId>jsoup</artifactId>
		</dependency>
		-->
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>
