diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:22:21 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 10:28:01 -0700 |
commit | 9dcd8790876a5ba2b372c85252c411a021efe49d (patch) | |
tree | feb9f9b991754170fad8fcdeef0ce8575e596039 /pom.xml | |
parent | 637ab9c16fe84a4d3b60c7b6abade56c0a9c0c75 (diff) |
Use managed guava version
Use centrally managed guava version specified in
oparent. Includes upgrade to oparent 1.2.0.
This change was submitted by script and may include
additional whitespace or formatting changes.
Change-Id: I81a949fde5f739f2062774c13e653899836042b3
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,9 +8,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> <relativePath/> </parent> <build> @@ -211,7 +211,7 @@ </profiles> <dependencyManagement> <dependencies> - + <dependency> <groupId>org.glassfish.jersey</groupId> <artifactId>jersey-bom</artifactId> |