Removed duplicate dependency definition. Closes #195
Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/ec74291b Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/ec74291b Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/ec74291b Branch: refs/heads/master Commit: ec74291b41d3d64a639d10222c8ebf7c4edfcce4 Parents: 31a3f6c Author: jdasch <[email protected]> Authored: Thu Aug 3 16:26:30 2017 -0400 Committer: Aaron Mihalik <[email protected]> Committed: Thu Aug 3 22:13:58 2017 -0400 ---------------------------------------------------------------------- extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/ec74291b/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml index 67bd0f0..2df81ff 100644 --- a/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml +++ b/extras/rya.pcj.fluo/pcj.fluo.test.base/pom.xml @@ -64,11 +64,6 @@ under the License. <artifactId>junit</artifactId> <scope>compile</scope> </dependency> - <dependency> - <groupId>org.apache.fluo</groupId> - <artifactId>fluo-api</artifactId> - </dependency> - <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId>
