Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.2 9b0c0af11 -> 7fabb75ba
PHOENIX-4211 Change tephra dependency in phoenix-kafka to test dependency like other poms Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7e789c6b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7e789c6b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7e789c6b Branch: refs/heads/4.x-HBase-1.2 Commit: 7e789c6b39da9d5a550d80facd935511e3389f2d Parents: 9b0c0af Author: James Taylor <[email protected]> Authored: Thu Sep 14 09:55:17 2017 -0700 Committer: James Taylor <[email protected]> Committed: Fri Sep 15 10:29:51 2017 -0700 ---------------------------------------------------------------------- phoenix-kafka/pom.xml | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/7e789c6b/phoenix-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml index 7831f47..38df7e8 100644 --- a/phoenix-kafka/pom.xml +++ b/phoenix-kafka/pom.xml @@ -50,26 +50,6 @@ </properties> <dependencies> - <!-- Transaction dependencies --> - <dependency> - <groupId>org.apache.tephra</groupId> - <artifactId>tephra-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.tephra</groupId> - <artifactId>tephra-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.tephra</groupId> - <artifactId>tephra-core</artifactId> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.tephra</groupId> - <artifactId>tephra-hbase-compat-1.1</artifactId> - </dependency> - <!-- Make sure we have all the antlr dependencies --> <dependency> <groupId>org.antlr</groupId> @@ -338,6 +318,12 @@ <groupId>org.apache.flume</groupId> <artifactId>flume-ng-core</artifactId> </dependency> + <dependency> + <groupId>org.apache.tephra</groupId> + <artifactId>tephra-core</artifactId> + <type>test-jar</type> + <scope>test</scope> + </dependency> </dependencies> <build>
