fix test-common dependency scope in some pom files 62/92562/1
authormanuedelf <emmanuelle.delfour@gmail.com>
Mon, 21 Sep 2020 12:26:12 +0000 (14:26 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Mon, 21 Sep 2020 12:37:59 +0000 (14:37 +0200)
JIRA: TRNSPRTPCE-305
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I792c0e765b8b7f460ee77d5e51297f1d76e575ff

olm/pom.xml
tapi/pom.xml

index 4d9643335388995abc5c8a91f4c89453f956bddb..a5d0c722e4c039c5bb7406370232d500b5a18680 100644 (file)
@@ -28,8 +28,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>${project.groupId}</groupId>
       <artifactId>test-common</artifactId>
       <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
-
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
@@ -62,6 +62,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <version>3.0.2</version>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>transportpce-common</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
-
 </project>
index d0185d7a645343173f7b2eb82d11d8777c713b85..611fa86e87b3cd523d3465f51c1948c192ef27c7 100644 (file)
@@ -100,6 +100,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <groupId>${project.groupId}</groupId>
       <artifactId>test-common</artifactId>
       <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>