Repository: flink Updated Branches: refs/heads/master 423b96960 -> 2f9e3d7f4
[hotfix][build] Fix typo in parent pom This closes #4947. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2f9e3d7f Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/2f9e3d7f Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/2f9e3d7f Branch: refs/heads/master Commit: 2f9e3d7f471b66c03a3b477266ac06fec9b07604 Parents: 423b969 Author: Jie Shen <[email protected]> Authored: Sat Nov 4 08:20:22 2017 -0500 Committer: zentol <[email protected]> Committed: Mon Nov 6 13:46:59 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/2f9e3d7f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b93251b..62ece5b 100644 --- a/pom.xml +++ b/pom.xml @@ -472,7 +472,7 @@ under the License. <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> - <!-- Netty is only needed sor ZK servers, not clients --> + <!-- Netty is only needed for ZK servers, not clients --> <exclusion> <groupId>io.netty</groupId> <artifactId>netty</artifactId>
