Eliminate use of exam.version 52/75452/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 23 Aug 2018 23:20:22 +0000 (01:20 +0200)
committerStephen Kitt <skitt@redhat.com>
Fri, 24 Aug 2018 07:50:21 +0000 (07:50 +0000)
The dependency is declared in odlparent, no need to re-declare
version/scope.

Change-Id: I0ad40bf595874c8f2ab3f86632a16d71d6397cd3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/mdsal-it-parent/pom.xml

index 45c495581555e37d1ba94ad7e5c0aec356d39029..c58f03965c050e4abebbdde3b122f0a7d16dfabb 100644 (file)
@@ -66,37 +66,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>pax-exam-features</artifactId>
         <type>xml</type>
-
-        <!-- FIXME: remove version declaration and scope once odlparent has this -->
-        <version>${exam.version}</version>
-        <scope>test</scope>
     </dependency>
     <dependency>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>pax-exam-extender-service</artifactId>
-
-        <!-- FIXME: remove version declaration and scope once odlparent has this -->
-        <version>${exam.version}</version>
-        <scope>test</scope>
     </dependency>
     <dependency>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>pax-exam-inject</artifactId>
-
-        <!-- FIXME: remove version declaration and scope once odlparent has this -->
-        <version>${exam.version}</version>
-        <scope>test</scope>
     </dependency>
-
     <dependency>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>pax-exam-invoker-junit</artifactId>
-
-        <!-- FIXME: remove version declaration and scope once odlparent has this -->
-        <version>${exam.version}</version>
-        <scope>test</scope>
     </dependency>
-
     <dependency>
         <groupId>org.ops4j.pax.url</groupId>
         <artifactId>pax-url-aether</artifactId>