diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:17:29 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 10:25:57 -0700 |
commit | 8904e10722eddd6de6fb92e2cbb953a306079227 (patch) | |
tree | e7d4b23544fc39897400ba827baa3d087731f31d | |
parent | 03bac46783200b036b769411b773c87d0ee2cd1e (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: Ic1d1419446855a6b15b41c8b1922c58bf0a4cfbc
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> |