Skip to content

Commit

Permalink
Clojure Collector: do not allow dependencies requiring an HTTP reposi…
Browse files Browse the repository at this point in the history
…tory (closes #3559)
  • Loading branch information
BenFradet committed May 30, 2018
1 parent 8fd44f3 commit 829b7db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 2-collectors/clojure-collector/java-servlet/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
;;;; Copyright: Copyright (c) 2012-2013 Snowplow Analytics Ltd
;;;; License: Apache License Version 2.0

(require 'cemerick.pomegranate.aether)
(cemerick.pomegranate.aether/register-wagon-factory!
"http" #(org.apache.maven.wagon.providers.http.HttpWagon.))

(defproject snowplow/clojure-collector "2.0.0" ;; MUST also bump version in server.xml
:license {:name "Apache Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
Expand Down

0 comments on commit 829b7db

Please sign in to comment.