diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 273fff0..e584026 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,6 +6,14 @@
version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
- directory: "/" # Location of package manifests
+ directories:
+# - "/mybatis-plus-join-adapter"
+ - "/mybatis-plus-join-boot-starter"
+ - "/mybatis-plus-join-core"
+ - "/mybatis-plus-join-annotation"
+ - "/mybatis-plus-join-extension"
+ - "/mybatis-plus-join-test"
+ - "/plugin/mybatis-plus-join-solon-plugin"
+ - "/plugin/mybatis-plus-join-processor"
schedule:
interval: "weekly"
diff --git a/mybatis-plus-join-test/test-join/pom.xml b/mybatis-plus-join-test/test-join/pom.xml
index 92e7321..a7c4945 100644
--- a/mybatis-plus-join-test/test-join/pom.xml
+++ b/mybatis-plus-join-test/test-join/pom.xml
@@ -34,31 +34,11 @@
com.fasterxml.jackson.core
jackson-core
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.13.0
-
- 1.8
- 1.8
-
-
- com.github.yulichang
- mybatis-plus-join-processor
- ${revision}
-
-
- org.projectlombok
- lombok
- 1.18.34
-
-
-
-
-
-
+
+ com.github.yulichang
+ mybatis-plus-join-processor
+ ${revision}
+
+
diff --git a/pom.xml b/pom.xml
index c984bf3..334a0b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,8 @@
17
17
- 17
- 17
+ 8
+ 8
github
UTF-8