diff --git a/wk-code/wk-code-generator/pom.xml b/wk-code/wk-code-generator/pom.xml index b32ef2926..6ef03c94f 100644 --- a/wk-code/wk-code-generator/pom.xml +++ b/wk-code/wk-code-generator/pom.xml @@ -11,6 +11,7 @@ 1.0.1 1.7 1.2 + 1.r.60 @@ -28,5 +29,52 @@ velocity ${velocity-version} + + org.nutz + nutz + ${nutz-version} + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.2 + + UTF-8 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + UTF-8 + + -parameters + + false + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + once + -Dfile.encoding=UTF-8 + + + + + + + + nutzcn-snapshots + https://jfrog.nutz.cn/artifactory/snapshots/ + + \ No newline at end of file