summaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-18 15:56:27 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-18 15:56:27 +0100
commitd94ec99b9395c714de805acae87844046b307800 (patch)
tree9d475dc575de42d64aa20b3b71fb9468e5c14417 /config-model-fat
parenta6c9fa6c9ef834eae51de462f836855b827a25ba (diff)
Exclude Jackson from config-model-fat
Diffstat (limited to 'config-model-fat')
-rw-r--r--config-model-fat/pom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 77217e67496..0f5c948564f 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -75,6 +75,8 @@
* @PublicApi - they are not allowed to change behaviour and must be binary compatible between minor releases
-->
<Import-Package>
+ com.google.inject, <!-- must use @Inject exported from container -->
+ com.fasterxml.*, <!-- expands to all Jackson packages by Felix plugin -->
com.yahoo.component,
com.yahoo.component.provider,
com.yahoo.config,
@@ -85,7 +87,6 @@
com.yahoo.config.provision.zone,
com.yahoo.io.reader,
com.yahoo.path,
- com.google.inject, <!-- must use @Inject exported from container -->
javax.crypto.interfaces,
javax.crypto.spec,
javax.crypto,
@@ -101,7 +102,7 @@
javax.xml.parsers,
javax.xml.transform,
javax.xml.xpath,
- org.bouncycastle.*, <!-- expands to all BC packages by Felix plugin ->
+ org.bouncycastle.*, <!-- expands to all BC packages by Felix plugin -->
org.w3c.dom.bootstrap,
org.w3c.dom.ls,
org.w3c.dom,
@@ -192,11 +193,6 @@
<i>aopalliance:aopalliance:*:*</i>
<i>biz.aQute.bnd:biz.aQute.bnd.util:*:*</i>
<i>biz.aQute.bnd:biz.aQute.bndlib:*:*</i>
- <i>com.fasterxml.jackson.core:jackson-annotations:*:*</i>
- <i>com.fasterxml.jackson.core:jackson-core:*:*</i>
- <i>com.fasterxml.jackson.core:jackson-databind:*:*</i>
- <i>com.fasterxml.jackson.datatype:jackson-datatype-jdk8:*:*</i>
- <i>com.fasterxml.jackson.datatype:jackson-datatype-jsr310:*:*</i>
<i>com.google.errorprone:error_prone_annotations:*:*</i>
<i>com.google.guava:failureaccess:*:*</i>
<i>com.google.guava:guava:*:*</i>