diff --git a/agileboot-system/pom.xml b/agileboot-system/pom.xml new file mode 100644 index 0000000..ecfd1cc --- /dev/null +++ b/agileboot-system/pom.xml @@ -0,0 +1,16 @@ + + 4.0.0 + + com.agileboot + agileboot + 1.0.0 + + agileboot-system + pom + + + wol-auth + + + diff --git a/wol-auth/pom.xml b/agileboot-system/wol-auth/pom.xml similarity index 95% rename from wol-auth/pom.xml rename to agileboot-system/wol-auth/pom.xml index 98a4a92..6016441 100644 --- a/wol-auth/pom.xml +++ b/agileboot-system/wol-auth/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.agileboot - agileboot + agileboot-system 1.0.0 @@ -35,4 +35,4 @@ - \ No newline at end of file + diff --git a/wol-auth/src/main/java/com/agileboot/auth/WolAuthApplication.java b/agileboot-system/wol-auth/src/main/java/com/agileboot/auth/WolAuthApplication.java similarity index 100% rename from wol-auth/src/main/java/com/agileboot/auth/WolAuthApplication.java rename to agileboot-system/wol-auth/src/main/java/com/agileboot/auth/WolAuthApplication.java diff --git a/wol-auth/src/main/resources/application.yml b/agileboot-system/wol-auth/src/main/resources/application.yml similarity index 100% rename from wol-auth/src/main/resources/application.yml rename to agileboot-system/wol-auth/src/main/resources/application.yml diff --git a/pom.xml b/pom.xml index 71d67f0..3c0c9a3 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ agileboot-common - wol-auth + agileboot-system wol-modules wol-boot-start wol-server-cloud