aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-10-10 15:34:00 -0700
committerTakamune Cho <takamune.cho@att.com>2019-11-08 16:38:47 +0000
commit6a6d3afd489ea3b8945f1cdd8a8a74afdcc5221a (patch)
tree1b9b67b9683145d693d831eea7128d36738aa9a4 /pom.xml
parent7b04a1754482ba02a49d4d6376dc45e4cd6551f4 (diff)
Dmaap micro service jar
Creating a service running in a standalone jar to handle the publishing and recieving of dmaap messages for appc. Dmaap adapter and event listener code is copeid from the main appc project. It will be moved in a later commit. Change-Id: I3fa7b5dc60345f0f38f763a243150b8472f985ac Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6fb864a30..30985116c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -648,6 +648,7 @@ limitations under the License.
<module>appc-metric</module>
<module>appc-dg</module>
<module>appc-dg-util</module>
+ <module>services</module>
</modules>
</profile>
</profiles>