|
@@ -1,10 +1,13 @@
|
1
|
|
-<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
1
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
3
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2
|
4
|
<modelVersion>4.0.0</modelVersion>
|
|
5
|
+
|
3
|
6
|
<parent>
|
4
|
7
|
<groupId>com.xuecheng</groupId>
|
5
|
8
|
<artifactId>xuecheng-plus-parent</artifactId>
|
6
|
9
|
<version>0.0.1-SNAPSHOT</version>
|
7
|
|
- <!-- 基于当前pom.xml找到父工程 -->
|
|
10
|
+ <!--基于当前pom.xml找到父工程-->
|
8
|
11
|
<relativePath>../xuecheng-plus-parent</relativePath>
|
9
|
12
|
</parent>
|
10
|
13
|
<artifactId>xuecheng-plus-base</artifactId>
|
|
@@ -17,18 +20,20 @@
|
17
|
20
|
<groupId>org.apache.commons</groupId>
|
18
|
21
|
<artifactId>commons-lang3</artifactId>
|
19
|
22
|
</dependency>
|
20
|
|
- <!-- fast Json -->
|
|
23
|
+ <!-- fast Json -->
|
21
|
24
|
<dependency>
|
22
|
25
|
<groupId>com.alibaba</groupId>
|
23
|
26
|
<artifactId>fastjson</artifactId>
|
24
|
27
|
</dependency>
|
25
|
|
- <!-- servlet Api 依赖 -->
|
|
28
|
+
|
|
29
|
+ <!-- servlet Api 依赖 -->
|
26
|
30
|
<dependency>
|
27
|
31
|
<groupId>javax.servlet</groupId>
|
28
|
32
|
<artifactId>javax.servlet-api</artifactId>
|
29
|
33
|
<scope>provided</scope>
|
30
|
34
|
</dependency>
|
31
|
|
- <!-- 通用组件 -->
|
|
35
|
+
|
|
36
|
+ <!-- 通用组件 -->
|
32
|
37
|
<dependency>
|
33
|
38
|
<groupId>commons-lang</groupId>
|
34
|
39
|
<artifactId>commons-lang</artifactId>
|
|
@@ -54,7 +59,7 @@
|
54
|
59
|
<groupId>org.springframework.boot</groupId>
|
55
|
60
|
<artifactId>spring-boot-starter-log4j2</artifactId>
|
56
|
61
|
</dependency>
|
57
|
|
- <!-- 根据扩展名取mimetype -->
|
|
62
|
+ <!--根据扩展名取mimetype-->
|
58
|
63
|
<dependency>
|
59
|
64
|
<groupId>com.j256.simplemagic</groupId>
|
60
|
65
|
<artifactId>simplemagic</artifactId>
|
|
@@ -69,6 +74,7 @@
|
69
|
74
|
<artifactId>core</artifactId>
|
70
|
75
|
<version>3.3.3</version>
|
71
|
76
|
</dependency>
|
|
77
|
+
|
72
|
78
|
<dependency>
|
73
|
79
|
<groupId>com.google.zxing</groupId>
|
74
|
80
|
<artifactId>javase</artifactId>
|
|
@@ -87,4 +93,5 @@
|
87
|
93
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
88
|
94
|
</dependency>
|
89
|
95
|
</dependencies>
|
90
|
|
-</project>
|
|
96
|
+
|
|
97
|
+</project>
|