From b337a123daf15454c5b45e2900acd89d4dc3bbb9 Mon Sep 17 00:00:00 2001 From: manuedelf Date: Mon, 21 Sep 2020 14:26:12 +0200 Subject: [PATCH] fix test-common dependency scope in some pom files JIRA: TRNSPRTPCE-305 Signed-off-by: guillaume.lambert Change-Id: I792c0e765b8b7f460ee77d5e51297f1d76e575ff (cherry picked from commit 20f714ddd2e0bb1d4b23aad6398c2767e28d991c) --- olm/pom.xml | 8 ++++++-- tapi/pom.xml | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/olm/pom.xml b/olm/pom.xml index ed80430c8..9ed31e642 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -28,8 +28,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.groupId} test-common ${project.version} + test - org.mockito mockito-core @@ -62,6 +62,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 3.0.2 true + + ${project.groupId} + transportpce-common + ${project.version} + - diff --git a/tapi/pom.xml b/tapi/pom.xml index dc585670b..4132c43f6 100644 --- a/tapi/pom.xml +++ b/tapi/pom.xml @@ -100,6 +100,7 @@ Author: Martial Coulibaly on behalf of Orange ${project.groupId} test-common ${project.version} + test org.mockito -- 2.36.6