<?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>cn.minsin</groupId>
		<artifactId>mutils-spring-manage</artifactId>
		<version>0.2.2</version>
	</parent>
	<artifactId>mutils-file</artifactId>
	<packaging>jar</packaging>
	<name>mutils-file</name>
	<url>http://maven.apache.org</url>
	<properties>
		<poi.version>4.0.0</poi.version>
	</properties>
	<dependencies>
		<dependency>
			<groupId>cn.minsin</groupId>
			<artifactId>mutils-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-webmvc</artifactId>
			<scope>compile</scope>
		</dependency> 
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpmime</artifactId>
		</dependency>
	</dependencies>
	<build>
		<finalName>mutils-file</finalName>
		<resources>
			<resource>
				<directory>src/main/resource</directory>
				<targetPath>/META-INF/</targetPath>
				<includes>
					<include>**/*.provides</include>
					<include>**/*.factories</include>
				</includes>
			</resource>
		</resources>
	</build>
</project>
