aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2017-09-13 23:54:36 +0000
committerPJ Fanning <fanningpj@apache.org>2017-09-13 23:54:36 +0000
commit23ecb9a1722f41d7ac57b6d2c0bc4603c7e447d4 (patch)
tree359c52fa0aac828d6bd0ec85c8558ce3e91212ac /sonar
parente6d9be197ce5287e8d9cb243e0e8ab33187be265 (diff)
downloadpoi-23ecb9a1722f41d7ac57b6d2c0bc4603c7e447d4.tar.gz
poi-23ecb9a1722f41d7ac57b6d2c0bc4603c7e447d4.zip
Numeric Array Formula and Matrix Function [from Bob95132] This closes #69
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r--sonar/main/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml
index d0cee4498b..b8fdf05a4d 100644
--- a/sonar/main/pom.xml
+++ b/sonar/main/pom.xml
@@ -116,6 +116,11 @@
<version>4.1</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ <version>3.6.1</version>
+ </dependency>
+ <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>