From 8e53f31a0bb3102abd675626b6eb4457ab629e0a Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 1 Oct 2018 12:18:10 -0700 Subject: [PATCH] Add client back to modules Client now builds correctly in release build due to all pom files now having version tag that need it. Change-Id: Iaa04fcf1b33ac9a04c3037d748631b98bfaac0d9 Signed-off-by: Patrick Brady Issue-ID: APPC-1208 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 8f7246fd7..381b6e542 100644 --- a/pom.xml +++ b/pom.xml @@ -662,6 +662,7 @@ limitations under the License. appc-outbound appc-inbound appc-sequence-generator + appc-client appc-test-dependencies -- 2.16.6