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-numbers.git
The following commit(s) were added to refs/heads/master by this push:
new fcb54c9 Added test scope dependency on commons-numbers-core.
fcb54c9 is described below
commit fcb54c90630f748177510e213e0b9f2019017e30
Author: Alex Herbert <[email protected]>
AuthorDate: Fri Jan 3 00:03:36 2020 +0000
Added test scope dependency on commons-numbers-core.
---
commons-numbers-complex-streams/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/commons-numbers-complex-streams/pom.xml
b/commons-numbers-complex-streams/pom.xml
index 4cbd235..624e118 100644
--- a/commons-numbers-complex-streams/pom.xml
+++ b/commons-numbers-complex-streams/pom.xml
@@ -50,6 +50,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-numbers-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<scope>test</scope>
</dependency>