Skip to content

Commit a4add4c

Browse files
committed
improve pom.xml
1 parent 69a6567 commit a4add4c

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

pom.xml

+7-15
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@
3030
<okhttp.version>4.11.0</okhttp.version>
3131
<async-http-client.version>2.12.3</async-http-client.version>
3232

33+
<!-- json -->
34+
<fastjson.version>2.0.34</fastjson.version>
35+
3336
<!-- Date Time -->
3437
<joda-time.version>2.9.2</joda-time.version>
3538

3639
<!-- Common -->
3740
<jackson-bom.version>2.15.2</jackson-bom.version>
38-
<lombok.version>1.18.28</lombok.version>
41+
<!-- <lombok.version>1.18.28</lombok.version>-->
3942

4043
<!-- Test -->
4144
<!-- <junit-jupiter.version>5.9.3</junit-jupiter.version>-->
@@ -159,7 +162,7 @@
159162
<dependency>
160163
<groupId>com.alibaba</groupId>
161164
<artifactId>fastjson</artifactId>
162-
<version>2.0.34</version>
165+
<version>${fastjson.version}</version>
163166
</dependency>
164167
<!-- <dependency>-->
165168
<!-- <groupId>org.projectlombok</groupId>-->
@@ -220,8 +223,7 @@
220223
<!-- <dependency>-->
221224
<!-- <groupId>ch.qos.logback</groupId>-->
222225
<!-- <artifactId>logback-classic</artifactId>-->
223-
<!-- <version>1.1.2</version>-->
224-
<!-- <optional>true</optional>-->
226+
<!-- <version>${logback.version}</version>-->
225227
<!-- </dependency>-->
226228
<!-- SLF4J: Simple Logging Facade for Java User Manual - http://www.slf4j.org/manual.html -->
227229
<!-- Documentation - http://www.slf4j.org/docs.html -->
@@ -230,12 +232,6 @@
230232
<!-- <artifactId>slf4j-api</artifactId>-->
231233
<!-- <version>${slf4j.version}</version>-->
232234
<!-- </dependency>-->
233-
<dependency>
234-
<groupId>org.slf4j</groupId>
235-
<artifactId>slf4j-jcl</artifactId>
236-
<version>1.7.6</version>
237-
<optional>true</optional>
238-
</dependency>
239235
</dependencies>
240236
</dependencyManagement>
241237

@@ -367,13 +363,9 @@
367363
<groupId>ch.qos.logback</groupId>
368364
<artifactId>logback-classic</artifactId>
369365
</dependency>
370-
<!-- <dependency>-->
371-
<!-- <groupId>org.slf4j</groupId>-->
372-
<!-- <artifactId>slf4j-api</artifactId>-->
373-
<!-- </dependency>-->
374366
<dependency>
375367
<groupId>org.slf4j</groupId>
376-
<artifactId>slf4j-jcl</artifactId>
368+
<artifactId>slf4j-api</artifactId>
377369
</dependency>
378370
</dependencies>
379371

0 commit comments

Comments
 (0)