forked from tsachev/lein-bom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
# lein-bom | ||
|
||
A Leiningen plugin that provides support for importing Maven "Bill Of Materials" (BOM) dependencies. | ||
[![Clojars Project](https://clojars.org/lein-bom/latest-version.svg)](https://clojars.org/lein-bom) | ||
|
||
[![Clojars Project](https://img.shields.io/clojars/v/lein-bom.svg)](https://clojars.org/lein-bom) | ||
A Leiningen plugin that provides support for importing Maven "Bill Of Materials" (BOM) dependencies. | ||
|
||
## Usage | ||
## Install | ||
|
||
FIXME: Use this for user-level plugins: | ||
Put `[lein-bom "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your `project.clj`. | ||
|
||
Put `[lein-bom "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your `:user` | ||
profile. | ||
## Usage | ||
|
||
FIXME: Use this for project-level plugins: | ||
Specify bom dependencies using `:import` vector in `:bom` map of your `project.clj`. | ||
|
||
Put `[lein-bom "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your project.clj. | ||
:bom {:import [[io.netty/netty-bom "2.8.9"]]} | ||
|
||
FIXME: and add an example usage that actually makes sense: | ||
To see actual managed dependencies, run: | ||
|
||
$ lein bom | ||
|
||
## License | ||
|
||
Copyright © 2017 FIXME | ||
Copyright © 2017 | ||
|
||
Distributed under the Eclipse Public License either version 1.0 or (at | ||
your option) any later version. | ||
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version. |