Skip to content

Commit efb65d4

Browse files
committed
project restart
1 parent b99d8a0 commit efb65d4

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

luna-commons-common/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@
6363
<artifactId>commons-net</artifactId>
6464
<version>3.6</version>
6565
</dependency>
66-
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
67-
<dependency>
68-
<groupId>com.alibaba</groupId>
69-
<artifactId>fastjson</artifactId>
70-
<version>1.2.68</version>
71-
</dependency>
7266
<!-- JSON工具类 -->
7367
<dependency>
7468
<groupId>com.fasterxml.jackson.core</groupId>

luna-commons-file/src/main/resources/application-dev.properties

Lines changed: 0 additions & 16 deletions
This file was deleted.

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<module>luna-commons-message</module>
1414
<module>luna-commons-api</module>
1515
<module>luna-commons-media</module>
16-
<module>luna-commons-api</module>
1716
</modules>
1817

1918
<parent>
@@ -102,12 +101,6 @@
102101
<artifactId>commons-net</artifactId>
103102
<version>3.6</version>
104103
</dependency>
105-
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
106-
<dependency>
107-
<groupId>com.alibaba</groupId>
108-
<artifactId>fastjson</artifactId>
109-
<version>1.2.68</version>
110-
</dependency>
111104
<!-- JSON工具类 -->
112105
<dependency>
113106
<groupId>com.fasterxml.jackson.core</groupId>
@@ -142,9 +135,10 @@
142135
<dependency>
143136
<groupId>com.alibaba</groupId>
144137
<artifactId>fastjson</artifactId>
145-
<version>1.2.68</version>
138+
<version>1.2.72</version>
146139
</dependency>
147140

141+
148142
<dependency>
149143
<groupId>org.springframework.boot</groupId>
150144
<artifactId>spring-boot-starter-validation</artifactId>

0 commit comments

Comments
 (0)