diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..c9478d42 --- /dev/null +++ b/pom.xml @@ -0,0 +1,27 @@ + + 4.0.0 + com.xxl + xxl-job + 0.0.1-SNAPSHOT + pom + + xxl-job-core + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + UTF8 + + + + + + \ No newline at end of file diff --git a/xxl-job-core/pom.xml b/xxl-job-core/pom.xml new file mode 100644 index 00000000..5f0fad5b --- /dev/null +++ b/xxl-job-core/pom.xml @@ -0,0 +1,11 @@ + + 4.0.0 + + com.xxl + xxl-job + 0.0.1-SNAPSHOT + + xxl-job-core + 0.0.1-SNAPSHOT + \ No newline at end of file