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 5f4e221f7d741c1744222e8a47aaadea3f9e4224
Author: aherbert <aherb...@apache.org>
AuthorDate: Mon Oct 3 11:30:49 2022 +0100

    Update RNG 1.4 -> 1.5-SNAPSHOT
    
    Manage dependencies using the RNG Bill of Materials
---
 pom.xml | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index c20312a..9a92b19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,8 @@
         Temporary workaround?
     -->
     
<commons.release.name>commons-statistics-${project.version}</commons.release.name>
-    <statistics.commons.rng.version>1.4</statistics.commons.rng.version>
+    <!-- TODO: Release dependency Commons RNG -->
+    
<statistics.commons.rng.version>1.5-SNAPSHOT</statistics.commons.rng.version>
     <!-- TODO: Release dependency Commons Numbers -->
     
<statistics.commons.numbers.version>1.1-SNAPSHOT</statistics.commons.numbers.version>
     <statistics.commons.math3.version>3.6.1</statistics.commons.math3.version>
@@ -139,18 +140,10 @@
     <dependencies>
       <dependency>
         <groupId>org.apache.commons</groupId>
-        <artifactId>commons-rng-client-api</artifactId>
-        <version>${statistics.commons.rng.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-rng-simple</artifactId>
-        <version>${statistics.commons.rng.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-rng-sampling</artifactId>
+        <artifactId>commons-rng-bom</artifactId>
         <version>${statistics.commons.rng.version}</version>
+        <scope>import</scope>
+        <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>

Reply via email to