[ 
https://issues.apache.org/jira/browse/NUMBERS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Herbert resolved NUMBERS-190.
----------------------------------
    Resolution: Implemented

> Bill of Materials (BOM)
> -----------------------
>
>                 Key: NUMBERS-190
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-190
>             Project: Commons Numbers
>          Issue Type: New Feature
>          Components: bom
>    Affects Versions: 1.0
>            Reporter: Alex Herbert
>            Priority: Minor
>             Fix For: 1.1
>
>
> I suggest we create a Bill of Materials (BOM) as a separate artifact to be 
> deployed to maven for dependency management. Downstream users can then 
> include this in their POM and all versions of the NUMBERS modules would be 
> matched.
> {code:java}
> <dependencyManagement>
>     <dependencies>
>         <dependency>
>             <groupId>org.apache.commons</groupId>
>             <artifactId>commons-numbers-bom</artifactId>
>             <version>1.1</version>
>             <type>pom</type>
>             <scope>import</scope>
>         </dependency>
>     </dependencies>
> </dependencyManagement>{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to