Drop unnecessary property reference 07/74407/3
authorStephen Kitt <skitt@redhat.com>
Tue, 24 Jul 2018 15:32:40 +0000 (17:32 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 24 Jul 2018 17:02:46 +0000 (17:02 +0000)
maven-surefire-plugin is specified by odlparent, we don’t need to
re-specify the version here.

Change-Id: I94550466303a5839b68cd6422d742383e29d3b64
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/md-sal/mdsal-it-parent/pom.xml

index 68160f292d38cd4e4ca0ade08de464e10fa50076..1e0d8da4debbe2dac1b7bd91111a846951eee77e 100644 (file)
@@ -131,7 +131,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <plugins>
       <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>${maven.surefire.version}</version>
           <configuration>
               <systemPropertyVariables>
                 <!-- CONTROLLER-1799: Use the same repository for Pax Exam as is used for Maven -->