Github user srdo commented on the issue:
https://github.com/apache/storm/pull/2636
@cfriaszapater The failure is because the integration test POM is pointing
at Storm 1.2.0-SNAPSHOT, but this branch has Storm at version 1.1.3-SNAPSHOT.
You should be able to just replace the version string here
https://github.com/apache/storm/blob/1.1.x-branch/integration-test/pom.xml#L25.---
