diff --git a/basic-abstract/pom.xml b/basic-abstract/pom.xml new file mode 100644 index 00000000..c08b4c7d --- /dev/null +++ b/basic-abstract/pom.xml @@ -0,0 +1,31 @@ + + + + wg-basic + ink.wgink + 1.0-SNAPSHOT + + 4.0.0 + + basic-abstract + + + + ink.wgink + basic-interface + 1.0-SNAPSHOT + + + ink.wgink + basic-util + 1.0-SNAPSHOT + + + ink.wgink + basic-properties + 1.0-SNAPSHOT + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index dde5d37e..428fe157 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ mongo-module-file module-database-api module-form + basic-abstract pom