https://github.com/eonian-technologies/logback-bom
Bill of materials for Logback.
https://github.com/eonian-technologies/logback-bom
bill-of-materials bom logback maven
Last synced: 5 months ago
JSON representation
Bill of materials for Logback.
- Host: GitHub
- URL: https://github.com/eonian-technologies/logback-bom
- Owner: eonian-technologies
- License: apache-2.0
- Created: 2017-10-09T23:15:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T17:49:55.000Z (about 8 years ago)
- Last Synced: 2024-01-19T18:25:56.650Z (over 2 years ago)
- Topics: bill-of-materials, bom, logback, maven
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Logback BOM
Bill of materials for Logback.
## Usage
In your parent POM or project POM, add the BOM to the `dependencyManagement` section:
```
...
com.eoniantech.build
logback-bom
1.3.0-alpha4
pom
import
...
```
Then, in the `dependencies` section of your project POM, depend on specific Logback components without the version:
```
....
ch.qos.logback
logback-classic
runtime
...