summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-25 23:13:58 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-25 23:13:58 +0100
commitaf5dab0c2363156ffcc782140b22870597fab41b (patch)
tree5b4ae7c990593aedc6807c65c4e6a4ed956890b3 /fat-model-dependencies
parent9665a3d5e1f171ea18054d25a957ca188449aa0e (diff)
Exclude commons-math3 in config-model-fat
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index 446840e6a80..078bf852356 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -75,7 +75,7 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
- <!-- Not needed runtime, and a multi-release jar which is currently not supported by maven-bundle-plugin (really bndtools) -->
+ <!-- OPTIMIZATION: very large (60 MB) and not needed for config generation -->
<groupId>com.microsoft.onnxruntime</groupId>
<artifactId>onnxruntime</artifactId>
</exclusion>
@@ -161,6 +161,11 @@
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</exclusion>
+ <exclusion>
+ <!-- OPTIMIZATION: large (4 MB) and only used for query dispatch TDistribution-->
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>