aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-03-28 19:07:34 +0100
committerMichael Arrastia <MArrasti@amdocs.com>2018-03-28 19:07:34 +0100
commit282a3420f6a8e2174034fcfa98b5a3ece28023a7 (patch)
tree558d1d3d559acf291e325769e987ce82ce44a117 /champ-lib
parent533b090aa92f5eaa6c674fd63940fcacf4dc811e (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')
-rw-r--r--champ-lib/champ-core/pom.xml2
-rw-r--r--champ-lib/champ-janus/pom.xml2
-rw-r--r--champ-lib/champ-titan/pom.xml2
-rw-r--r--champ-lib/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml
index 840fc61..dbbb2b7 100644
--- a/champ-lib/champ-core/pom.xml
+++ b/champ-lib/champ-core/pom.xml
@@ -111,7 +111,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>
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>
diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml
index ffff015..5bfc860 100644
--- a/champ-lib/champ-titan/pom.xml
+++ b/champ-lib/champ-titan/pom.xml
@@ -179,7 +179,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>
diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml
index 43fa296..37f8db4 100644
--- a/champ-lib/pom.xml
+++ b/champ-lib/pom.xml
@@ -278,7 +278,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>