File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ For more on concept of BOMs, see:
77* [ Using Maven’s Bill of Materials (BOM)] ( https://reflectoring.io/maven-bom/ )
88
99But the basic idea is that instead of specifying version explicitly for every Jackson
10- component, as part of dependency definition, one can use a BOM to get a full, complete
11- set of consistent versions to use.
10+ component, as part of the dependency definition, one can use a BOM to get a full, complete
11+ set of compatible versions to use by specifying a single version number .
1212
1313## Status
1414
15- [ ![ Tidelift] ( https://tidelift.com/badges/package/maven/com.fasterxml.jackson:jackson-bom )] ( https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-jackson-bom?utm_source=maven-com-fasterxml-jackson-jackson-bom&utm_medium=referral&utm_campaign=readme )
15+ | Type | Status |
16+ | ---- | ------ |
17+ | Build (CI) | [ ![ Build (github)] ( https://github.com/FasterXML/jackson-bom/actions/workflows/main.yml/badge.svg )] ( https://github.com/FasterXML/jackson-bom/actions/workflows/main.yml ) |
18+ | Artifact | [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson/jackson-bom/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson/jackson-bom ) |
19+ | OSS Sponsorship | [ ![ Tidelift] ( https://tidelift.com/badges/package/maven/com.fasterxml.jackson:jackson-bom )] ( https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-jackson-bom?utm_source=maven-com-fasterxml-jackson-jackson-bom&utm_medium=referral&utm_campaign=readme ) |
1620
1721## Usage
1822
You can’t perform that action at this time.
0 commit comments