|
@@ -7,7 +7,6 @@
|
|
|
<artifactId>4dkankan-parent</artifactId>
|
|
|
<version>2.0.0</version>
|
|
|
</parent>
|
|
|
- <groupId>com.fdkankan</groupId>
|
|
|
<artifactId>4dkankan-center-modeling</artifactId>
|
|
|
<version>2.0.0</version>
|
|
|
<name>4dkankan-center-modeling</name>
|
|
@@ -72,20 +71,14 @@
|
|
|
<artifactId>firebase-admin</artifactId>
|
|
|
<version>6.8.1</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.fdkankan</groupId>
|
|
|
- <artifactId>4dkankan-sdk-oss</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.fdkankan</groupId>-->
|
|
|
+<!-- <artifactId>4dkankan-sdk-oss</artifactId>-->
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
<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>
|
|
@@ -102,19 +95,13 @@
|
|
|
<artifactId>lombok</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
|
|
|
<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework</groupId>-->
|
|
|
-<!-- <artifactId>spring-webmvc</artifactId>-->
|
|
|
-<!-- <version>5.3.13</version>-->
|
|
|
+<!-- <groupId>com.fasterxml.jackson.core</groupId>-->
|
|
|
+<!-- <artifactId>jackson-annotations</artifactId>-->
|
|
|
+<!-- <version>2.12.3</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>
|
|
|
|