An open API service indexing awesome lists of open source software.

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.

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

...