Skip to content

Instantly share code, notes, and snippets.

@mmower
Created July 6, 2014 22: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 mmower/82d693a87c3ef4699e58 to your computer and use it in GitHub Desktop.
Save mmower/82d693a87c3ef4699e58 to your computer and use it in GitHub Desktop.
According to http://search.maven.org/#artifactdetails%7Corg.apache.james%7Capache-mime4j%7C0.7.2%7Cpom
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
<version>0.7.2</version>
</dependency>
dependency is set to:
[org.apache.james/apache-mime4j "0.7.2"]
but the result is:
Shaddam:solr-mail matt$ lein ring server
(Could not find artifact org.apache.james:apache-mime4j:jar:0.7.2 in central (http://repo1.maven.org/maven2/))
(Could not find artifact org.apache.james:apache-mime4j:jar:0.7.2 in clojars (https://clojars.org/repo/))
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Shaddam:solr-mail matt$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment