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 <aherb...@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>

Reply via email to