You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Nikolai Korshunov (JIRA)" <ji...@apache.org> on 2015/01/03 14:56:34 UTC

[jira] [Created] (STORM-614) storm-core mvn artifacts dependencies are not downloaded automatically

Nikolai Korshunov created STORM-614:
---------------------------------------

             Summary: storm-core mvn artifacts dependencies are not downloaded automatically
                 Key: STORM-614
                 URL: https://issues.apache.org/jira/browse/STORM-614
             Project: Apache Storm
          Issue Type: Bug
    Affects Versions: 0.9.3
         Environment: Gradle 2.1 java project
            Reporter: Nikolai Korshunov
            Priority: Minor


I added 'storm-core' artefact to my gradle project. Gradle couldn't download roughly half of artefact dependencies (clj-time, ring-servlet and others), because it couldn't find them. pom.xml of 'storm-core' doesn't contain any links to any external repos.

Problem is: these dependencies are stored in 'clojars' repo, and during build of all storm, dependent projects use links from root pom.xml, and thus when 'storm-core' artefact is deployed to maven central it is broken by default. 

Suggestions to solving are: 
1) Update documentation on storm.apache.org (in Downloads section)
2) Adding 'clojars' repo url to 'storm-core' pom.xml




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)