aboutsummaryrefslogtreecommitdiffstats
path: root/appc-service-communicator/appc-service-communicator-bundle/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-01-21Release appc1.7.0jenkins-releng1-1/+1
2020-01-14Change parent to release version 2.7.0Patrick Brady1-1/+1
Change-Id: Idf46f142fb571a01575ba146c2a0f32b7541d142 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-09Fix incorrect parent versionsPatrick Brady1-1/+1
The parent versions in these pom files should be 1.7.0-SNAPSHOT in order to match the rest of appc. Change-Id: I002f78235f07d588658e86c5ac8e99d4346d51fa Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1808
2019-11-08Feature for micro service communicationPatrick Brady1-0/+166
The appc-service-communicator feature will be responsible for communication between any appc microservices which are developed. The appc dmaap micro service connector is part of this feature. MessagingConnector.java is the main new class here. Some code is copied from appc event listener and dmaap adapter. Will be moved in a later commit. Change-Id: Ic57f5ee6a9ab1538c6ddaa3e7c25ac0c9797fae0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744