From d8f0e75afc04c13eeb76c2e4612ed099db89d58a Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 24 Aug 2018 15:33:40 -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: Ia555093ccb59b09de724c63035804a6f53cc6157 Issue-ID: INT-619 Signed-off-by: Gary Wu --- csarvalidation/pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'csarvalidation') diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 831889e..f5844bb 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -7,15 +7,14 @@ 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. --> - + org.onap.oparent oparent - 1.1.0 + 1.2.0 oparent 4.0.0 @@ -88,9 +87,9 @@ com.google.guava guava - 25.0-jre + - + junit junit -- cgit 1.2.3-korg