Skip to content

Commit c2d89e6

Browse files
committed
降级
1 parent fe4cd30 commit c2d89e6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

apidoc-core/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.fasterxml.jackson.core</groupId>
1616
<artifactId>jackson-databind</artifactId>
17-
<version>2.9.9</version>
17+
<version>2.9.8</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.fasterxml.jackson.dataformat</groupId>
@@ -36,11 +36,6 @@
3636
<artifactId>commons-lang3</artifactId>
3737
<version>3.8.1</version>
3838
</dependency>
39-
<dependency>
40-
<groupId>com.fasterxml.jackson.core</groupId>
41-
<artifactId>jackson-databind</artifactId>
42-
<version>2.9.9</version>
43-
</dependency>
4439
<dependency>
4540
<groupId>com.fasterxml.jackson.dataformat</groupId>
4641
<artifactId>jackson-dataformat-yaml</artifactId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
61+
6162
</project>

0 commit comments

Comments
 (0)