Skip to content

Commit

Permalink
Document known commons-compress conflicts
Browse files Browse the repository at this point in the history
References #14, #15.
  • Loading branch information
michaelklishin committed Jul 16, 2017
1 parent 8ff0543 commit 1b24107
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ Pantomime requires Clojure 1.6+. The most recent stable
release is highly recommended.


## Caveats

Pantomime depends on a reasonably modern version of `org.apache.commons/commons-compress`.
This may [cause confusing issues](https://github.com/michaelklishin/pantomime/issues/14#issuecomment-315018885) with other libraries.
If you run into issues with undefined classes, missing methods and such,
use `lein deps :tree` to see if you may have conflicting dependencies then [exclude dependencies](https://github.com/technomancy/leiningen/blob/master/doc/FAQ.md)
(either in libraries that bring in older `commons-compress` versions or Pantomime) as a workaround.


## Usage

### Detecting MIME type
Expand Down

0 comments on commit 1b24107

Please sign in to comment.