Skip to content

Unable to find com.googlecode/jsendnsca-core #3

Description

@charles-dyfis-net

Given the following project.clj:

(defproject dwnTest "0.0.1-SNAPSHOT"
  :dependencies [[org.clojure/clojure "1.8.0"] [cljr-nsca "0.0.3"]])

Running dwn gen-repo ./project.nix emits the error:

ERROR no download info [com.googlecode jsendnsca-core jar  1.3.1] nil

This still happens when requiring jsendnsca-core directly, and explicitly including the repository in which it's hosted:

(defproject dwnTest "0.0.1-SNAPSHOT"
  :repositories [["redhat" "https://maven.repository.redhat.com/ga/"]]
  :dependencies [[org.clojure/clojure "1.8.0"] [com.googlecode/jsendnsca-core "1.3.1"]])

See the POM at https://maven.repository.redhat.com/ga/com/googlecode/jsendnsca-core/1.3.1/jsendnsca-core-1.3.1.pom, and the entry at https://mvnrepository.com/artifact/com.googlecode/jsendnsca-core/1.3.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions