|
@@ -76,6 +76,12 @@
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jackson-annotations</artifactId>
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
@@ -98,6 +104,14 @@
|
|
|
<version>5.3.13</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
+ <artifactId>jackson-annotations</artifactId>
|
|
|
+ <version>2.12.3</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|