Repository: beam
Updated Branches:
  refs/heads/master 570ddb786 -> 1018c7d28


[BEAM-1297] Remove explicit plugin versions for spark runner


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/55b48a0e
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/55b48a0e
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/55b48a0e

Branch: refs/heads/master
Commit: 55b48a0eccc9e0c68522e26969fc872c19516db0
Parents: 570ddb7
Author: Ismaël Mejía <ieme...@gmail.com>
Authored: Mon Jan 23 15:59:03 2017 +0100
Committer: Dan Halperin <dhalp...@google.com>
Committed: Tue Feb 7 23:07:35 2017 -0800

----------------------------------------------------------------------
 runners/spark/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/55b48a0e/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 22ab027..fe3d6ab 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -329,7 +329,6 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
-          <version>1.4.0</version>
           <configuration>
             <executable>java</executable>
             <classpathScope>test</classpathScope> <!-- include provided deps 
-->
@@ -347,7 +346,6 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.7.5.201505241946</version>
           <executions>
             <execution>
               <goals>

Reply via email to