Repository: reef Updated Branches: refs/heads/master 8ce74855e -> f59f0cbab
[REEF-1152] Remove duplicate plugin declaration in reef-vortex. JIRA: [REEF-1152](https://issues.apache.org/jira/browse/REEF-1152) Pull Request: This closes #793 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/f59f0cba Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/f59f0cba Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/f59f0cba Branch: refs/heads/master Commit: f59f0cbab23d02bd9620efbb7e3ff4b41481dbb3 Parents: 8ce7485 Author: Dongjoon Hyun <[email protected]> Authored: Mon Jan 25 14:15:13 2016 -0800 Committer: Andrew Chung <[email protected]> Committed: Mon Jan 25 14:59:37 2016 -0800 ---------------------------------------------------------------------- lang/java/reef-applications/reef-vortex/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/f59f0cba/lang/java/reef-applications/reef-vortex/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-applications/reef-vortex/pom.xml b/lang/java/reef-applications/reef-vortex/pom.xml index 5c11242..895337e 100644 --- a/lang/java/reef-applications/reef-vortex/pom.xml +++ b/lang/java/reef-applications/reef-vortex/pom.xml @@ -93,10 +93,6 @@ under the License. </executions> </plugin> <plugin> - <groupId>org.apache.avro</groupId> - <artifactId>avro-maven-plugin</artifactId> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <executions>
