https://github.com/eonian-technologies/slf4j-bom
Bill of materials for SLF4J.
https://github.com/eonian-technologies/slf4j-bom
bill-of-materials bom maven slf4j slf4j-bom
Last synced: 5 months ago
JSON representation
Bill of materials for SLF4J.
- Host: GitHub
- URL: https://github.com/eonian-technologies/slf4j-bom
- Owner: eonian-technologies
- License: apache-2.0
- Created: 2017-10-04T20:23:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T23:09:25.000Z (about 7 years ago)
- Last Synced: 2024-01-19T18:25:55.596Z (over 2 years ago)
- Topics: bill-of-materials, bom, maven, slf4j, slf4j-bom
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SLF4J BOM
Bill of materials for SLF4J.
## Usage
In your parent POM or project POM, add the BOM to the `dependencyManagement` section:
```
...
com.eoniantech.build
slf4j-bom
1.8.0-beta2
pom
import
...
```
Then, in the `dependencies` section of your project POM, depend on specific slf4j components without the version:
```
....
org.slf4j
slf4j-api
org.slf4j
jcl-over-slf4j
org.slf4j
jul-to-slf4j
...