diff --git a/01-hello-world/pom.xml b/01-hello-world/pom.xml index 0c441245f857ef6331c8a79119659e34201bb6f0..fc9eb5c26292e36112152a15644a1ad463ad7ae4 100644 --- a/01-hello-world/pom.xml +++ b/01-hello-world/pom.xml @@ -11,6 +11,7 @@ 1.8.0.1 5.3.3 + 1.18.20 @@ -18,20 +19,8 @@ fluent-mybatis ${fluent.mybatis.version} - - com.github.atool - fluent-mybatis-processor - ${fluent.mybatis.version} - provided - - - org.projectlombok - lombok - 1.18.20 - provided - mysql mysql-connector-java @@ -82,6 +71,18 @@ 1.8 1.8 utf-8 + + + org.projectlombok + lombok + ${org.projectlombok.version} + + + com.github.atool + fluent-mybatis-processor + ${fluent.mybatis.version} + + diff --git a/pom.xml b/pom.xml index 44514b05919b611edc03bd61643e6be88725ff4d..df09e99e53c228abc3d61b658694682e79598b38 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ 5.3.3 1.1.4 2.7.10 + 1.18.20 01-hello-world @@ -69,10 +70,32 @@ com.github.atool fluent-mybatis - - com.github.atool - fluent-mybatis-processor - provided - + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + utf-8 + + + org.projectlombok + lombok + ${org.projectlombok.version} + + + com.github.atool + fluent-mybatis-processor + ${fluent.mybatis.version} + + + + + + \ No newline at end of file