Skip to content

Commit 50d21cb

Browse files
authored
fix issue with online service (#5461)
1 parent 5f547b8 commit 50d21cb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

modules/openapi-generator-online/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<spring-boot-version>2.0.7.RELEASE</spring-boot-version>
1919
<springfox-version>2.8.0</springfox-version>
2020
<junit-version>4.13</junit-version>
21+
<jackson-version>2.10.2</jackson-version>
2122
</properties>
2223
<dependencyManagement>
2324
<dependencies>
@@ -117,6 +118,12 @@
117118
<dependency>
118119
<groupId>com.fasterxml.jackson.datatype</groupId>
119120
<artifactId>jackson-datatype-jsr310</artifactId>
121+
<version>${jackson-version}</version>
122+
</dependency>
123+
<dependency>
124+
<groupId>com.fasterxml.jackson.core</groupId>
125+
<artifactId>jackson-core</artifactId>
126+
<version>${jackson-version}</version>
120127
</dependency>
121128
<!-- Bean Validation API support -->
122129
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@
15971597
<commons-io-version>2.4</commons-io-version>
15981598
<commons-cli-version>1.2</commons-cli-version>
15991599
<junit-version>4.13</junit-version>
1600-
<jackson-version>2.8.9</jackson-version>
1600+
<jackson-version>2.10.2</jackson-version>
16011601
<maven-plugin-version>1.0.0</maven-plugin-version>
16021602
<commons-lang-version>3.4</commons-lang-version>
16031603
<slf4j-version>1.7.12</slf4j-version>

0 commit comments

Comments
 (0)