diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:25:51 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 10:29:54 -0700 |
commit | d15d25b09ac9d6df956cc47089700ef7c3a81f2d (patch) | |
tree | 66349e254dce2ff1b8427d3e38e363e6d27f2056 | |
parent | 292f693f76293ae3b27853dd4d3c1836da537200 (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: Id8d3347fee72c4e004d96aa0b92706fbfaf4ec69
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -29,8 +29,8 @@ stated inside of the file. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>0.1.1</version> - <relativePath /> + <version>1.2.0</version> + <relativePath/> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -225,4 +225,3 @@ stated inside of the file. </site> </distributionManagement> </project> - |