Maven configuration simplification

- Move kafka related dependencies from parent `dependencyManagement` to `kafka` binder project
 - Remove duplicate properties
 - Fix typo

This resolves #353
This commit is contained in:
Ilayaperumal Gopinathan
2016-02-16 12:37:28 +05:30
committed by Soby Chacko
parent 1dc1303b54
commit 4dfd217db6
13 changed files with 115 additions and 145 deletions

View File

@@ -13,10 +13,6 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.esotericsoftware</groupId>