From c783f58010b994ad7ea8de13c0f868f64e407b98 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 10 Sep 2019 13:58:45 -0700 Subject: [PATCH 1/1] Update git submodules * Update docs/submodules/appc.git from branch 'master' to fc942d29a74a843ccf1cd202091e6d9704bbed29 - Fix eelf resource not found The eelf package needs to be exported from appc-common where the resource bundle is added. Doing this was causing karaf to crash on install of artifact-handler. The cause was all of the classes being exported by the maven shade plugin of appc-yang-generator. Removing the shade plugin seemed to have no bad consequences. Change-Id: Ic0758b342b8109e28ec8e11a48b2693cea7b56db Signed-off-by: Patrick Brady Issue-ID: APPC-1713 --- docs/submodules/appc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/appc.git b/docs/submodules/appc.git index aa9685086..fc942d29a 160000 --- a/docs/submodules/appc.git +++ b/docs/submodules/appc.git @@ -1 +1 @@ -Subproject commit aa9685086bc7c9094aca1f11280f9db2434810d7 +Subproject commit fc942d29a74a843ccf1cd202091e6d9704bbed29 -- 2.16.6