Update to commons RNG 1.5

Use BOM for dependency management
This commit is contained in:
aherbert 2022-10-13 10:36:08 +01:00
parent 85c6427a1b
commit 49d542fc03
1 changed files with 4 additions and 14 deletions

18
pom.xml
View File

@ -63,7 +63,7 @@
<math.checkstyle.dep.version>8.29</math.checkstyle.dep.version>
<math.mathjax.version>2.7.2</math.mathjax.version>
<math.commons.numbers.version>1.1-SNAPSHOT</math.commons.numbers.version>
<math.commons.rng.version>1.4</math.commons.rng.version>
<math.commons.rng.version>1.5</math.commons.rng.version>
<math.commons.geometry.version>1.0</math.commons.geometry.version>
<math.commons.statistics.version>1.0-SNAPSHOT</math.commons.statistics.version>
<math.commons.math3.version>3.6.1</math.commons.math3.version>
@ -236,20 +236,10 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-client-api</artifactId>
<version>${math.commons.rng.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-simple</artifactId>
<version>${math.commons.rng.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-sampling</artifactId>
<artifactId>commons-rng-bom</artifactId>
<version>${math.commons.rng.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>