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


The following commit(s) were added to refs/heads/master by this push:
     new 91f274f  Add explicit dependency on numbers in examples module
91f274f is described below

commit 91f274fc29f01b195d76bbc107cbdf4e189fe179
Author: aherbert <aherb...@apache.org>
AuthorDate: Mon Dec 11 14:40:06 2023 +0000

    Add explicit dependency on numbers in examples module
---
 commons-statistics-examples/examples-jmh/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/commons-statistics-examples/examples-jmh/pom.xml 
b/commons-statistics-examples/examples-jmh/pom.xml
index cfa3ab8..008edaf 100644
--- a/commons-statistics-examples/examples-jmh/pom.xml
+++ b/commons-statistics-examples/examples-jmh/pom.xml
@@ -46,6 +46,12 @@
       <artifactId>commons-rng-simple</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-numbers-rootfinder</artifactId>
+      <version>${statistics.commons.numbers.version}</version>
+    </dependency>
+
     <dependency>
       <groupId>org.openjdk.jmh</groupId>
       <artifactId>jmh-core</artifactId>

Reply via email to