From 7cc5185b23f5a9c4275295b83ec5872941908d4e Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Wed, 7 Mar 2018 10:06:50 -0500 Subject: [PATCH] Update git submodules * Update docs/submodules/aaa from branch 'master' to 2555ea9f43349d3a9b03ba30532190e86f2ecfba - AAA-168: Remove embedded h2 dependency This was code inherited from a long time ago and punted around AAA without any real cleanup. I am not sure why the original authors decided to embed the dependency rather than just import it, but this causes several issues. This patch removes the embedded h2 dependency in favor of direct import. While I recognize that other parts of ImportPackage need to be cleaned, they will be done in a subsequent patch since they are separate concepts than what is done here. In other words, expect follow-ups to continuing cleaning. aaa-cli-jar relied on aaa-shiro shading the com.h2database:h2 jar, so I instead added it as a compile time dependency for the module and extracted the appropriate files for the generated jar in the maven-shade-plugin configuration. Change-Id: I9267f1373ddc5b8af0304fd5719dcc96b8874c32 Signed-off-by: Ryan Goulding --- docs/submodules/aaa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/aaa b/docs/submodules/aaa index f3ade62d1..2555ea9f4 160000 --- a/docs/submodules/aaa +++ b/docs/submodules/aaa @@ -1 +1 @@ -Subproject commit f3ade62d1c64aa52b1b6fc1309ee2c4919729c00 +Subproject commit 2555ea9f43349d3a9b03ba30532190e86f2ecfba -- 2.36.6