diff options
author | Patrick Brady <pb071s@att.com> | 2018-10-01 12:18:10 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-10-01 12:18:14 -0700 |
commit | 8e53f31a0bb3102abd675626b6eb4457ab629e0a (patch) | |
tree | 6d3437522feb491027999ce4a83b32cb4e12ba08 /pom.xml | |
parent | b22ccc616121f8b47477ada38c43a192fb4b1a0b (diff) |
Add client back to modules1.4.0
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 <pb071s@att.com>
Issue-ID: APPC-1208
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -662,6 +662,7 @@ limitations under the License. <module>appc-outbound</module> <module>appc-inbound</module> <module>appc-sequence-generator</module> + <module>appc-client</module> <module>appc-test-dependencies</module> </modules> </profile> |