aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2019-03-06 18:54:25 -0500
committerChenfei Gao <cgao@research.att.com>2019-03-07 10:05:47 -0500
commit851984a0701f59aa0a97546862bdbe1ffb39c666 (patch)
treeb0b1cd9648fdae4478b24a12d4c515c84c70a9b7 /main/pom.xml
parentd544e813c5fee91f3c2b61e6cfcf1c48b83ab82b (diff)
Add code to follow ONAP API CVS guidelines
Includes: a) Added custom headers of versioning info into API response. b) Added custom header of requestID into API response for fulfilling logging v1.2 requirements by copying from client's request header. If no requestID is contained in client's request header, API server will randomly generate one and include it in response header. c) Added extension annotations into swagger to comply with swagger 2.0 spec extension requirements posted in the table of ONAP API CVS guidelines wiki page. d) Updated the package name of TOSCA model POJOs. Issue-ID: POLICY-1270 Change-Id: Ia9e0f18c088604636008201fe5a149dc5fa21de3 Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pom.xml b/main/pom.xml
index e564378d..c1ac1733 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -55,7 +55,7 @@
</dependency>
<dependency>
<groupId>org.onap.policy.models</groupId>
- <artifactId>platform</artifactId>
+ <artifactId>policy-models-tosca</artifactId>
<version>${policy.models.version}</version>
</dependency>
<dependency>