From 27be95a15b412d9f8842f8f7aab32cd8c01797c5 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期三, 05 四月 2023 17:46:32 +0800 Subject: [PATCH] fix 修复单词拼写错误 --- ruoyi-common/ruoyi-common-doc/pom.xml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/ruoyi-common-doc/pom.xml b/ruoyi-common/ruoyi-common-doc/pom.xml index 45c5fed..c519975 100644 --- a/ruoyi-common/ruoyi-common-doc/pom.xml +++ b/ruoyi-common/ruoyi-common-doc/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <artifactId>ruoyi-common</artifactId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> @@ -18,7 +18,7 @@ <dependencies> <dependency> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <artifactId>ruoyi-common-core</artifactId> </dependency> @@ -31,6 +31,12 @@ <groupId>com.github.therapi</groupId> <artifactId>therapi-runtime-javadoc</artifactId> </dependency> + + <dependency> + <groupId>com.fasterxml.jackson.module</groupId> + <artifactId>jackson-module-kotlin</artifactId> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3