From da8260604a9210f5fcc3f51be5dd90943967d0fd Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 24 Aug 2018 15:33:15 -0700 Subject: 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: I8bbe9717ed402e3f350710606d9d241ca4e46c49 Issue-ID: INT-619 Signed-off-by: Gary Wu --- docker/pom.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'docker') diff --git a/docker/pom.xml b/docker/pom.xml index 4e5bdea..899033f 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -13,16 +13,14 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> +--> + 4.0.0 org.onap.oparent oparent - 1.1.0 + 1.2.0 ../../oparent @@ -35,7 +33,7 @@ under the License. yyyyMMdd'T'HHmmss'Z' - + true true true @@ -67,9 +65,7 @@ under the License. ${project.basedir}/src/main/docker dir - + middleware-rest ${project.basedir}/../ice-server -- cgit 1.2.3-korg