Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 7988111db -> f2e137007
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/23799259 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/23799259 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/23799259 Branch: refs/heads/4.x-HBase-1.1 Commit: 23799259015526ccab1f5143e7a0560ebdf49ffe Parents: 7988111 Author: James Taylor <[email protected]> Authored: Thu Sep 14 09:55:17 2017 -0700 Committer: James Taylor <[email protected]> Committed: Fri Sep 15 10:27:23 2017 -0700 ---------------------------------------------------------------------- phoenix-kafka/pom.xml | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/23799259/phoenix-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-kafka/pom.xml b/phoenix-kafka/pom.xml index e2656b5..1fa695b 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>
