You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by revans2 <gi...@git.apache.org> on 2018/09/14 18:54:22 UTC

[GitHub] storm issue #2719: STORM-3105 Update hive.version to stable hive release.

Github user revans2 commented on the issue:

    https://github.com/apache/storm/pull/2719
  
    The current build is failing because of an Enforcer rule.
    
    ```
    ...
    [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ storm-hive ---
    [WARNING] Rule 1: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
    Found Banned Dependency: jdk.tools:jdk.tools:jar:1.8
    Use 'mvn dependency:tree' to locate the source of the banned dependencies.
    ...
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) on project storm-hive: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
    ...
    ```


---