diff --git a/czsj-system/pom.xml b/czsj-system/pom.xml index 522a2fd..25ab3ba 100644 --- a/czsj-system/pom.xml +++ b/czsj-system/pom.xml @@ -83,9 +83,20 @@ slf4j-api org.slf4j + + + jsqlparser + com.github.jsqlparser + + + com.github.jsqlparser + jsqlparser + 4.2 + + com.baomidou mybatis-plus diff --git a/pom.xml b/pom.xml index 916d7ba..1bb78ae 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,19 @@ com.github.pagehelper pagehelper-spring-boot-starter ${pagehelper.boot.version} + + + + jsqlparser + com.github.jsqlparser + + + + + + com.github.jsqlparser + jsqlparser + 4.2