pom.xml 1.45 KB
Newer Older
fangxinjiang's avatar
fangxinjiang committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		 xmlns="http://maven.apache.org/POM/4.0.0"
		 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.yifu.cloud.plus.v1</groupId>
		<artifactId>yifu-common</artifactId>
fangxinjiang's avatar
fangxinjiang committed
9
		<version>1.0.0</version>
fangxinjiang's avatar
fangxinjiang committed
10 11
	</parent>

fangxinjiang's avatar
fangxinjiang committed
12
	<artifactId>yifu-common-ekp</artifactId>
fangxinjiang's avatar
fangxinjiang committed
13 14
	<packaging>jar</packaging>

fangxinjiang's avatar
fangxinjiang committed
15
	<description>yifu EKP 工具类</description>
fangxinjiang's avatar
fangxinjiang committed
16 17

	<dependencies>
fangxinjiang's avatar
fangxinjiang committed
18 19 20 21
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot</artifactId>
		</dependency>
fangxinjiang's avatar
fangxinjiang committed
22 23 24 25 26 27 28 29 30 31 32 33
        <dependency>
            <groupId>org.codehaus.jackson</groupId>
            <artifactId>jackson-mapper-asl</artifactId>
            <version>1.9.13</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
            <version>5.8.0</version>
            <scope>compile</scope>
        </dependency>
34 35 36 37 38 39
        <dependency>
            <groupId>com.yifu.cloud.plus.v1</groupId>
            <artifactId>yifu-insurances-api</artifactId>
            <version>1.0.0</version>
            <scope>compile</scope>
        </dependency>
李灿灿's avatar
李灿灿 committed
40 41 42 43 44
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
			<version>2.6</version>
		</dependency>
fangxinjiang's avatar
fangxinjiang committed
45
    </dependencies>
fangxinjiang's avatar
fangxinjiang committed
46
</project>