uplift oparent version 1.2.1->1.2.3

Find one non-backward compatible change:
spring-web 5.0.9.RELEASE -> 5.1.2.RELEASE
String org.springframework.http.HttpStatus.toString()
return Integer.toString(this.value)//spring-web 5.0.9.RELEASE
return Integer.toString(this.value) + " " + name();//spring-web
5.1.2.RELEASE

Issue-ID: POLICY-1261
Change-Id: I23f7fe8dbd2d8b241c86ce910898a8df3641dbe5
Signed-off-by: Hengye <yehui.wang@est.tech>
1 file changed
tree: 88fe0dec130d075c9c7e981889d7b6cfc297510e
  1. integration/
  2. .gitignore
  3. .gitreview
  4. INFO.yaml
  5. LICENSE.txt
  6. pom.xml
  7. README.md
  8. version.properties
README.md

Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode

This source repository contains the ONAP Policy Parent repository that contains overarching build pom.xml to build ALL the repos under policy/*

To build it using Maven 3, run: mvn clean install