Fix testing dependency in olm/pom.xml 34/79534/2
authorJonas MÃ¥rtensson <jonas.martensson@ri.se>
Tue, 15 Jan 2019 10:31:23 +0000 (11:31 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Mon, 21 Jan 2019 10:41:31 +0000 (10:41 +0000)
Change-Id: Ia18a4a725e80bc88c7447d243b3d1f4a078e5776

olm/pom.xml

index 85f094043fa702cdfe00bdf71e33332c7fe7ebee..6c7d512ae7a266c0068a8a19a5c9935c5fe49afc 100644 (file)
@@ -79,10 +79,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <scope>test</scope>
     </dependency>
     <dependency>
-        <groupId>org.opendaylight.transportpce</groupId>
-        <artifactId>test-common</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
-        <scope>test</scope>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>test-common</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>