You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2023/11/30 16:10:28 UTC

(commons-statistics) 02/04: Add descriptive module to BOM

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit a557588bb128c72abfbdbd382db8c54b2ff26f61
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Nov 30 15:52:46 2023 +0000

    Add descriptive module to BOM
---
 commons-statistics-bom/src/main/resources-filtered/bom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/commons-statistics-bom/src/main/resources-filtered/bom.xml b/commons-statistics-bom/src/main/resources-filtered/bom.xml
index 4ac39c9..8307935 100644
--- a/commons-statistics-bom/src/main/resources-filtered/bom.xml
+++ b/commons-statistics-bom/src/main/resources-filtered/bom.xml
@@ -31,6 +31,11 @@
 
   <dependencyManagement>
     <dependencies>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-statistics-descriptive</artifactId>
+        <version>${version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-statistics-distribution</artifactId>