diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:33:40 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:33:43 -0700 |
commit | d8f0e75afc04c13eeb76c2e4612ed099db89d58a (patch) | |
tree | 79111d771fbf2486ef0f856cfc9887987856d7d9 /deployment | |
parent | 15b3a5d14c05afa6f96215804f32b1cfa7a0549d (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: Ia555093ccb59b09de724c63035804a6f53cc6157
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml index f32f76a..fd2c99d 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -14,10 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 - http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> |