Skip to content

Instantly share code, notes, and snippets.

@candera
Created October 7, 2011 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save candera/1271221 to your computer and use it in GitHub Desktop.
Save candera/1271221 to your computer and use it in GitHub Desktop.
Heroku push error
git push heroku master | xclip -selection clipboard
Counting objects: 70, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (53/53), done.
Writing objects: 100% (57/57), 6.97 KiB, done.
Total 57 (delta 29), reused 0 (delta 0)
-----> Heroku receiving push
-----> Clojure app detected
-----> Installing Leiningen
Downloading: leiningen-1.6.1.1-standalone.jar
Downloading: rlwrap-0.3.7
Writing: lein script
-----> Installing dependencies with Leiningen
Running: LEIN_NO_DEV=y lein deps
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.pom from central
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.pom from clojars
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.pom from central
Downloading: clj-http/clj-http/0.2.1/clj-http-0.2.1.pom from central
Downloading: clj-http/clj-http/0.2.1/clj-http-0.2.1.pom from clojars
Downloading: clj-http/clj-http/0.2.1/clj-http-0.2.1.pom from central
Downloading: clj-json/clj-json/0.4.3/clj-json-0.4.3.pom from central
Downloading: clj-json/clj-json/0.4.3/clj-json-0.4.3.pom from clojars
Downloading: clj-json/clj-json/0.4.3/clj-json-0.4.3.pom from central
Downloading: ring/ring-jetty-adapter/0.3.11/ring-jetty-adapter-0.3.11.pom from central
Downloading: ring/ring-jetty-adapter/0.3.11/ring-jetty-adapter-0.3.11.pom from clojars
Downloading: ring/ring-jetty-adapter/0.3.11/ring-jetty-adapter-0.3.11.pom from central
Downloading: ring/ring-core/0.3.11/ring-core-0.3.11.pom from central
Downloading: ring/ring-core/0.3.11/ring-core-0.3.11.pom from clojars
Downloading: ring/ring-core/0.3.11/ring-core-0.3.11.pom from central
Downloading: compojure/compojure/0.6.5/compojure-0.6.5.pom from central
Downloading: compojure/compojure/0.6.5/compojure-0.6.5.pom from clojars
Downloading: compojure/compojure/0.6.5/compojure-0.6.5.pom from central
Downloading: enlive/enlive/1.0.0/enlive-1.0.0.pom from central
Downloading: enlive/enlive/1.0.0/enlive-1.0.0.pom from clojars
Downloading: enlive/enlive/1.0.0/enlive-1.0.0.pom from central
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.jar from central
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.jar from clojars
Downloading: org/clojure/clojure/1.3.0/clojure-1.3.0.jar from central
Downloading: clj-http/clj-http/0.2.1/clj-http-0.2.1.jar from central
Downloading: clj-http/clj-http/0.2.1/clj-http-0.2.1.jar from clojars
Downloading: clj-http/clj-http/0.2.1/clj-http-0.2.1.jar from central
Downloading: clj-json/clj-json/0.4.3/clj-json-0.4.3.jar from central
Downloading: clj-json/clj-json/0.4.3/clj-json-0.4.3.jar from clojars
Downloading: clj-json/clj-json/0.4.3/clj-json-0.4.3.jar from central
Downloading: ring/ring-jetty-adapter/0.3.11/ring-jetty-adapter-0.3.11.jar from central
Downloading: ring/ring-jetty-adapter/0.3.11/ring-jetty-adapter-0.3.11.jar from clojars
Downloading: ring/ring-jetty-adapter/0.3.11/ring-jetty-adapter-0.3.11.jar from central
Downloading: ring/ring-core/0.3.11/ring-core-0.3.11.jar from central
Downloading: ring/ring-core/0.3.11/ring-core-0.3.11.jar from clojars
Downloading: ring/ring-core/0.3.11/ring-core-0.3.11.jar from central
Downloading: compojure/compojure/0.6.5/compojure-0.6.5.jar from central
Downloading: compojure/compojure/0.6.5/compojure-0.6.5.jar from clojars
Downloading: compojure/compojure/0.6.5/compojure-0.6.5.jar from central
Downloading: enlive/enlive/1.0.0/enlive-1.0.0.jar from central
Downloading: enlive/enlive/1.0.0/enlive-1.0.0.jar from clojars
Downloading: enlive/enlive/1.0.0/enlive-1.0.0.jar from central
An error has occurred while processing the Maven artifact tasks.
Diagnosis:
Unable to resolve artifact: Missing:
----------
1) org.clojure:clojure:jar:1.3.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) org.clojure:clojure:jar:1.3.0
2) clj-http:clj-http:jar:0.2.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=clj-http -DartifactId=clj-http -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=clj-http -DartifactId=clj-http -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) clj-http:clj-http:jar:0.2.1
3) clj-json:clj-json:jar:0.4.3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=clj-json -DartifactId=clj-json -Dversion=0.4.3 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=clj-json -DartifactId=clj-json -Dversion=0.4.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) clj-json:clj-json:jar:0.4.3
4) ring:ring-jetty-adapter:jar:0.3.11
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=ring -DartifactId=ring-jetty-adapter -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring-jetty-adapter -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) ring:ring-jetty-adapter:jar:0.3.11
5) ring:ring-core:jar:0.3.11
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=ring -DartifactId=ring-core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring-core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) ring:ring-core:jar:0.3.11
6) compojure:compojure:jar:0.6.5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=compojure -DartifactId=compojure -Dversion=0.6.5 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=compojure -DartifactId=compojure -Dversion=0.6.5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) compojure:compojure:jar:0.6.5
7) enlive:enlive:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=enlive -DartifactId=enlive -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=enlive -DartifactId=enlive -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) enlive:enlive:jar:1.0.0
----------
7 required artifacts are missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
clojars (http://clojars.org/repo/),
central (http://repo1.maven.org/maven2)
Exception in thread "main" Unable to resolve artifact: Missing:
----------
1) org.clojure:clojure:jar:1.3.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) org.clojure:clojure:jar:1.3.0
2) clj-http:clj-http:jar:0.2.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=clj-http -DartifactId=clj-http -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=clj-http -DartifactId=clj-http -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) clj-http:clj-http:jar:0.2.1
3) clj-json:clj-json:jar:0.4.3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=clj-json -DartifactId=clj-json -Dversion=0.4.3 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=clj-json -DartifactId=clj-json -Dversion=0.4.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) clj-json:clj-json:jar:0.4.3
4) ring:ring-jetty-adapter:jar:0.3.11
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=ring -DartifactId=ring-jetty-adapter -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring-jetty-adapter -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) ring:ring-jetty-adapter:jar:0.3.11
5) ring:ring-core:jar:0.3.11
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=ring -DartifactId=ring-core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring-core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) ring:ring-core:jar:0.3.11
6) compojure:compojure:jar:0.6.5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=compojure -DartifactId=compojure -Dversion=0.6.5 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=compojure -DartifactId=compojure -Dversion=0.6.5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) compojure:compojure:jar:0.6.5
7) enlive:enlive:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=enlive -DartifactId=enlive -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=enlive -DartifactId=enlive -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) enlive:enlive:jar:1.0.0
----------
7 required artifacts are missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
clojars (http://clojars.org/repo/),
central (http://repo1.maven.org/maven2)
(NO_SOURCE_FILE:0)
at clojure.lang.Compiler.eval(Compiler.java:5440)
at clojure.lang.Compiler.eval(Compiler.java:5391)
at clojure.core$eval.invoke(core.clj:2382)
at clojure.main$eval_opt.invoke(main.clj:235)
at clojure.main$initialize.invoke(main.clj:254)
at clojure.main$script_opt.invoke(main.clj:270)
at clojure.main$main.doInvoke(main.clj:354)
at clojure.lang.RestFn.invoke(RestFn.java:457)
at clojure.lang.Var.invoke(Var.java:377)
at clojure.lang.AFn.applyToHelper(AFn.java:172)
at clojure.lang.Var.applyTo(Var.java:482)
at clojure.main.main(main.java:37)
Caused by: Unable to resolve artifact: Missing:
----------
1) org.clojure:clojure:jar:1.3.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) org.clojure:clojure:jar:1.3.0
2) clj-http:clj-http:jar:0.2.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=clj-http -DartifactId=clj-http -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=clj-http -DartifactId=clj-http -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) clj-http:clj-http:jar:0.2.1
3) clj-json:clj-json:jar:0.4.3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=clj-json -DartifactId=clj-json -Dversion=0.4.3 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=clj-json -DartifactId=clj-json -Dversion=0.4.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) clj-json:clj-json:jar:0.4.3
4) ring:ring-jetty-adapter:jar:0.3.11
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=ring -DartifactId=ring-jetty-adapter -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring-jetty-adapter -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) ring:ring-jetty-adapter:jar:0.3.11
5) ring:ring-core:jar:0.3.11
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=ring -DartifactId=ring-core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring-core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) ring:ring-core:jar:0.3.11
6) compojure:compojure:jar:0.6.5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=compojure -DartifactId=compojure -Dversion=0.6.5 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=compojure -DartifactId=compojure -Dversion=0.6.5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) compojure:compojure:jar:0.6.5
7) enlive:enlive:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=enlive -DartifactId=enlive -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=enlive -DartifactId=enlive -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) enlive:enlive:jar:1.0.0
----------
7 required artifacts are missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
clojars (http://clojars.org/repo/),
central (http://repo1.maven.org/maven2)
at org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:175)
at org.apache.maven.artifact.ant.AbstractArtifactTask.execute(AbstractArtifactTask.java:678)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:265)
at leiningen.deps$do_deps.invoke(deps.clj:131)
at leiningen.deps$deps.doInvoke(deps.clj:195)
at clojure.lang.RestFn.invoke(RestFn.java:410)
at clojure.lang.Var.invoke(Var.java:365)
at clojure.lang.AFn.applyToHelper(AFn.java:161)
at clojure.lang.Var.applyTo(Var.java:482)
at clojure.core$apply.invoke(core.clj:542)
at leiningen.core$apply_task.invoke(core.clj:228)
at leiningen.core$_main.doInvoke(core.clj:294)
at clojure.lang.RestFn.invoke(RestFn.java:410)
at clojure.lang.AFn.applyToHelper(AFn.java:161)
at clojure.lang.RestFn.applyTo(RestFn.java:132)
at clojure.core$apply.invoke(core.clj:542)
at leiningen.core$_main.invoke(core.clj:297)
at user$eval42.invoke(NO_SOURCE_FILE:1)
at clojure.lang.Compiler.eval(Compiler.java:5424)
... 11 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.clojure:clojure:jar:1.3.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.clojure -DartifactId=clojure -Dversion=1.3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) org.clojure:clojure:jar:1.3.0
2) clj-http:clj-http:jar:0.2.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=clj-http -DartifactId=clj-http -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=clj-http -DartifactId=clj-http -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) clj-http:clj-http:jar:0.2.1
3) clj-json:clj-json:jar:0.4.3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=clj-json -DartifactId=clj-json -Dversion=0.4.3 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=clj-json -DartifactId=clj-json -Dversion=0.4.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) clj-json:clj-json:jar:0.4.3
4) ring:ring-jetty-adapter:jar:0.3.11
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=ring -DartifactId=ring-jetty-adapter -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring-jetty-adapter -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) ring:ring-jetty-adapter:jar:0.3.11
5) ring:ring-core:jar:0.3.11
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=ring -DartifactId=ring-core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=ring -DartifactId=ring-core -Dversion=0.3.11 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) ring:ring-core:jar:0.3.11
6) compojure:compojure:jar:0.6.5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=compojure -DartifactId=compojure -Dversion=0.6.5 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=compojure -DartifactId=compojure -Dversion=0.6.5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) compojure:compojure:jar:0.6.5
7) enlive:enlive:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=enlive -DartifactId=enlive -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=enlive -DartifactId=enlive -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) enlive:enlive:jar:1.0.0
----------
7 required artifacts are missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
clojars (http://clojars.org/repo/),
central (http://repo1.maven.org/maven2)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
at org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:170)
... 34 more
! Failed to install dependencies with Leiningen
! Heroku push rejected, failed to compile Clojure app
To git@heroku.com:geirrod.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:geirrod.git'
@adinapoli
Copy link

Same here :(

@candera
Copy link
Author

candera commented Oct 8, 2011

I've got a ticket open with Heroku. http://support.heroku.com/tickets/32813

@candera
Copy link
Author

candera commented Oct 11, 2011

OK, fixed now.

@adinapoli
Copy link

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment