storm-hdfs icon indicating copy to clipboard operation
storm-hdfs copied to clipboard

Getting build failure while building with storm-core 0.9.3

Open praveenkishor123 opened this issue 8 years ago • 0 comments

[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23.296 s [INFO] Finished at: 2016-12-19T14:13:57+05:30 [INFO] Final Memory: 8M/153M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project chapter1: Could not resolve dependencies for project storm.blueprints:chapter1:jar:1.0-SNAPSHOT: Failed to collect dependencies at org.apache.storm:storm-core:jar:0.9.3: Failed to read artifact descriptor for org.apache.storm:storm-core:jar:0.9.3: Could not transfer artifact org.apache.storm:storm-core:pom:0.9.3 from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org:443 [repo.maven .apache.org/151.101.16.215] failed: Connection timed out: connect -> [Help 1]

I am using the below dependency

<dependency>
        <groupId>org.apache.storm</groupId>
        <artifactId>storm-core</artifactId>
        <version>0.9.3</version>
</dependency>

praveenkishor123 avatar Dec 19 '16 08:12 praveenkishor123