From 4b69adceecc90d0a35233425a858fa181284474d Mon Sep 17 00:00:00 2001 From: Dave Hughes Date: Thu, 14 Sep 2017 14:57:58 -0700 Subject: [PATCH] Add AEMBase submodule --- .gitmodules | 3 +++ AEMBase | 1 + pom.xml | 1 + 3 files changed, 5 insertions(+) create mode 160000 AEMBase diff --git a/.gitmodules b/.gitmodules index 0845117..0b61924 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "Parent"] path = Parent url = https://github.com/DantaFramework/Parent.git +[submodule "AEMBase"] + path = AEMBase + url = https://github.com/DantaFramework/AEMBase.git diff --git a/AEMBase b/AEMBase new file mode 160000 index 0000000..ec76509 --- /dev/null +++ b/AEMBase @@ -0,0 +1 @@ +Subproject commit ec7650961150df78642cc8a3581a12a67509d726 diff --git a/pom.xml b/pom.xml index 7dfa6da..3a4da0a 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ with-aem AEM + AEMBase AEMDemo