aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-03-14uplift oparent version 1.2.1->1.2.3Hengye1-2/+2
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>
2018-10-31Set new master version for Dublinliamfallon1-4/+3
New master parent version for the Dublin release. Issue-ID: POLICY-1232 Change-Id: I1087a1d10d28fd85269e9785fc91d55b40e7fc88 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-09-18Upgrade oparent 1.2.1Pamela Dragosh1-2/+2
There are additional dependencies defined by the integration team in conjunction with the security sub committee. There are several reviews to fix the changes from jetty and mariadb upgrade. Issue-ID: POLICY-1126 Change-Id: I2929291bb9d2e3a5dc428dac932ad02e280b589b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-08-31Fix parent relativePath warnings on parent POMliamfallon1-0/+1
Adding an empty relativePath element tot he parent removes the warning about 'parent.relativePath' on the parent build. Issue-ID: POLICY-954 Change-Id: I9b0b0cb4da93c7f87142ae2e4bda7c69b1b69cca Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-08-27Upgrade oparent versionPamela Dragosh1-3/+3
Working with the Integration team, we are using oparent to set the versions for a small number of java dependencies across all projects. This upgrade is for google/guava. Issue-ID: INT-619 Change-Id: Ide5828442a9f9a9888a2b0a6f817811cb49889a9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-08-22Add oparent version as a propertyPamela Dragosh1-0/+3
We refer to oparent in other pom.xml in the policy projects. This is to ensure we are always referring to the same version. Issue-ID: POLICY-1073 Change-Id: Ie09cdb76f3fe181cc55df2d0fa8833cba382cf46 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-05-23Policy common integration moduleeikrwaq1-0/+37
Change-Id: Idedafdf67ebd048bd459b7af2dd5c3435f8c3151 Issue-ID: POLICY-803 Signed-off-by: eikrwaq <waqas.ikram@ericsson.com>