Skip to content

Commit

Permalink
Removing Apache RNG.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Jan 10, 2024
1 parent 4418422 commit 0be9ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
<!-- This is referred by submodules -->
<log4j.version>2.21.1</log4j.version>

<commons.rng.version>1.5</commons.rng.version>

<!--
These are for the neo4j server plug-in.
We define them via variables, cause sometimes it's useful to override them.
Expand Down Expand Up @@ -202,20 +200,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
</dependency>

<!-- Nice lib to sample collections -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-sampling</artifactId>
<version>${commons.rng.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-simple</artifactId>
<version>${commons.rng.version}</version>
</dependency>


<dependency>
<groupId>commons-io</groupId>
Expand Down
5 changes: 3 additions & 2 deletions revision-history.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Revision History

*This file was last reviewed on 2023-11-07.* **Please, keep this note updated.**
*This file was last reviewed on 2024-01-09.* **Please, keep this note updated.**

# 5.0.1-SNAPSHOT
* Current snapshot.
* Surefire, deprecated systemProperties replaced by systemPropertyVariables.
* Commons RNG removed.


# 5.0
Expand Down

0 comments on commit 0be9ef0

Please sign in to comment.