aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
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 /container-dev
parent3188b0ed12db5c43220e99173b949911a3dcd6b6 (diff)
- Add compile scope in applicatio/pom.xml
- Exclude in container-dev/pom.xml
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 738a4cc8700..1bb06ab9694 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -176,6 +176,10 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>