aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib/champ-core/pom.xml
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-06-05 13:19:45 +0100
committerMichael Arrastia <MArrasti@amdocs.com>2018-06-05 13:19:45 +0100
commita96fd576a4cb3cd25fdc2eb0c4f2c1c98f6d50cf (patch)
tree296becbaa361d15f2a0ce73510f67353adad3bf1 /champ-lib/champ-core/pom.xml
parentd448077492f159e5877b73c0e732aecc5b4a7695 (diff)
Update payload format for update notification
The update notification event is now aligned with the format of the response event. Both response and update notification events issued by Champ now include top level header and body properties. Change-Id: I00f9971cdbab4944def66c25f5939d5cc4de71bd Issue-ID: AAI-1195 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'champ-lib/champ-core/pom.xml')
-rw-r--r--champ-lib/champ-core/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml
index 7315c16..4ce3d5f 100644
--- a/champ-lib/champ-core/pom.xml
+++ b/champ-lib/champ-core/pom.xml
@@ -105,6 +105,20 @@ limitations under the License.
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.skyscreamer</groupId>
+ <artifactId>jsonassert</artifactId>
+ <version>1.5.0</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>