aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-05-31 08:26:28 +0200
committerMorten Tokle <mortent@verizonmedia.com>2021-05-31 11:52:59 +0200
commit2a2d4abdf3dd9e2983f50ebe3920dcb89835f28c (patch)
tree3fb05dfafbad1ac7e5bd85378e49765d6921891d /config-model-fat
parent057b88a27172d2e6b8912cfcff67ab341f19affa (diff)
Add imports for javax.* and org.* packages from security-utils
Diffstat (limited to 'config-model-fat')
-rw-r--r--config-model-fat/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 8a839b228a0..d258623d9c6 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -97,11 +97,25 @@
com.yahoo.io.reader,
com.yahoo.path,
com.google.inject, <!-- must use @Inject exported from container -->
- org.xml.sax,
+ javax.crypto.interfaces,
+ javax.crypto.spec,
+ javax.crypto,
+ javax.naming.directory,
+ javax.naming.ldap,
+ javax.naming,
+ javax.net.ssl,
+ javax.security.auth.callback,
+ javax.security.auth.x500,
+ javax.security.auth,
+ javax.xml.datatype,
+ javax.xml.namespace,
javax.xml.parsers,
javax.xml.transform,
javax.xml.xpath,
+ org.w3c.dom.bootstrap,
+ org.w3c.dom.ls,
org.w3c.dom,
+ org.xml.sax,
<!-- TODO: The fat bundle becomes more brittle for each package added below. Use interfaces in model-api instead. -->
com.yahoo.vespa.config,
com.yahoo.vespa.config.buildergen,