aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-15 23:34:57 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-04-15 23:34:57 +0000
commitcc436f402118300a5ffba223480cd63da2345008 (patch)
tree8956019993ba06f30e7a6fc1c52980c3e25139f2 /application/pom.xml
parent3188b0ed12db5c43220e99173b949911a3dcd6b6 (diff)
- Add compile scope in applicatio/pom.xml
- Exclude in container-dev/pom.xml
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index d173fec19cf..cd27b53f557 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -120,6 +120,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ </dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>