forked from loafle/openapi-generator-original
[Spring] Use default jackson-databind (#7744)
* [Spring] Use default jackson-databind fix #7743 * Samples
This commit is contained in:
committed by
GitHub
parent
46b36c2e65
commit
4f1934c3c7
@@ -10,7 +10,6 @@
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<springfox-version>2.9.2</springfox-version>
|
||||
<jackson-databind-version>2.9.8</jackson-databind-version>
|
||||
</properties>
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
@@ -76,7 +75,6 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>${jackson-databind-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user