| | |
| | | <dependency> |
| | | <groupId>com.volcengine</groupId> |
| | | <artifactId>volcengine-java-sdk-ark-runtime</artifactId> |
| | | <version>LATEST</version> |
| | | <version>2.0.13</version> |
| | | <exclusions> |
| | | <!-- 排除 Jackson,使用 Spring Boot 统一管理的版本 --> |
| | | <exclusion> |
| | | <groupId>com.fasterxml.jackson.core</groupId> |
| | | <artifactId>jackson-databind</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>com.fasterxml.jackson.core</groupId> |
| | | <artifactId>jackson-core</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>com.fasterxml.jackson.core</groupId> |
| | | <artifactId>jackson-annotations</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | |