code cleanup Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/cd9319d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/cd9319d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/cd9319d0
Branch: refs/heads/master Commit: cd9319d009ae230bb3ed3b19ca4a1cdf8261c415 Parents: 2105efc Author: pwawrzyniak <[email protected]> Authored: Tue Jul 11 12:41:55 2017 +0200 Committer: nkourtellis <[email protected]> Committed: Fri Jul 21 21:12:18 2017 +0300 ---------------------------------------------------------------------- samoa-api/pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/cd9319d0/samoa-api/pom.xml ---------------------------------------------------------------------- diff --git a/samoa-api/pom.xml b/samoa-api/pom.xml index 191bc1a..e2e007a 100644 --- a/samoa-api/pom.xml +++ b/samoa-api/pom.xml @@ -8,9 +8,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -100,12 +100,13 @@ limitations under the License. <version>${hadoop.version}</version> <scope>test</scope> </dependency> - + <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>${kafka.version}</version> </dependency> + <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> @@ -113,11 +114,13 @@ limitations under the License. <classifier>test</classifier> <scope>test</scope> </dependency> + <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.11</artifactId> <version>${kafka.version}</version> </dependency> + <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.11</artifactId>
