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