Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 580b035f0 -> 6eb2ceea3
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/70a19d12 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/70a19d12 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/70a19d12 Branch: refs/heads/4.x-HBase-0.98 Commit: 70a19d12db4b944b1a6e09a6b48903511865b6de Parents: 580b035 Author: James Taylor <[email protected]> Authored: Thu Sep 14 09:55:17 2017 -0700 Committer: James Taylor <[email protected]> Committed: Fri Sep 15 10:25:27 2017 -0700 ---------------------------------------------------------------------- phoenix-kafka/pom.xml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/70a19d12/phoenix-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml index 27225aa..c07b080 100644 --- a/phoenix-kafka/pom.xml +++ b/phoenix-kafka/pom.xml @@ -50,26 +50,12 @@ </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-0.98</artifactId> - </dependency> - <!-- Make sure we have all the antlr dependencies --> <dependency> <groupId>org.antlr</groupId> @@ -311,6 +297,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>
