Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.51 KB

Jackson Bill Of Materials (BOM)

Build Status

This project is an unofficial bill of materials (BOM) for the Jackson project.

Usage

Maven

Simply import the jackson-bom artifact into your project's <dependencyManagement> section:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.github.joschi.jackson</groupId>
            <artifactId>jackson-bom</artifactId>
            <version>${jackson.version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Also see Introduction to the Dependency Mechanism - Importing Dependencies.

Gradle

Gradle doesn't support Maven BOMs out of the box, but there are a few 3rd party plugins addressing this issue:

License

Copyright (c) 2016 Jochen Schalanda

This library is licensed under the Apache License, Version 2.0.

See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.