diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-03-28 19:07:34 +0100 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-03-28 19:07:34 +0100 |
commit | 282a3420f6a8e2174034fcfa98b5a3ece28023a7 (patch) | |
tree | 558d1d3d559acf291e325769e987ce82ce44a117 /champ-lib/champ-janus/pom.xml | |
parent | 533b090aa92f5eaa6c674fd63940fcacf4dc811e (diff) |
Update to consume and publish events in new format
The new format includes:
- the graph request/response encapsulated in a body property
- new event header with details such as timestamp, request-id,
event-type
Issue-ID: AAI-960
Change-Id: Ib84ddd54352ca95c3968d2d2936f6348951c2d2c
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'champ-lib/champ-janus/pom.xml')
-rw-r--r-- | champ-lib/champ-janus/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index 1a0475d..cf76ed0 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -180,7 +180,7 @@ limitations under the License. <skip>true</skip> </configuration> </plugin> - <!-- + <!-- Uncomment to add a license header to source files <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> |