Merge "fix a bug in PceTestUtils Junit"
[transportpce.git] / olm / 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>