You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Alex Herbert (Jira)" <ji...@apache.org> on 2022/10/14 16:15:00 UTC

[jira] [Commented] (NUMBERS-190) Bill of Materials (BOM)

    [ https://issues.apache.org/jira/browse/NUMBERS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617836#comment-17617836 ] 

Alex Herbert commented on NUMBERS-190:
--------------------------------------

Added in commit:

8f587293a64d18477879cee03029148a3eb455d3

> 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)