aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-03-21 09:58:52 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-03-21 11:30:23 -0400
commit99837f40d77dd41f80eeb4649c43479e898bcaff (patch)
tree5e5838d6e2a63b6c49e96db0ac9b30c907241577 /pom.xml
parent68476866a3be0b5cc10b75f31b247c2e98e19b69 (diff)
Add module for error responses
Module will hold a common error message object used by API's to clients for returning an overall error message and list of detail messages and warnings. Added an example and finished a JUnit test. Changed to response code from HTTP Added assertj and used StandardCoder Issue-ID: POLICY-1195 Change-Id: Id0fcf4831b8d03223c590f8085f207dbbbe559b4 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8d80849fb..969474627 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
<module>models-dao</module>
<module>models-tosca</module>
<module>models-pap</module>
+ <module>models-errors</module>
<module>models-decisions</module>
<module>models-provider</module>
<module>models-examples</module>
@@ -118,6 +119,12 @@
</dependency>
<dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
</dependency>