summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-07-14 18:16:13 +0200
committergjoranv <gv@verizonmedia.com>2021-07-14 18:16:13 +0200
commit34f4fa288380263975dd1b45b54847c36c6b6745 (patch)
tree56e4cbb367cb4fd060f07eb7dbd6b71ecb516c80 /container-core/src/main/resources/configdefinitions
parent3f7beca44cbd15e7839077c54356084509728b21 (diff)
Remove Jersey integration from DI framework.
Diffstat (limited to 'container-core/src/main/resources/configdefinitions')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.di.config.jersey-bundles.def8
-rw-r--r--container-core/src/main/resources/configdefinitions/container.di.config.jersey-injection.def5
2 files changed, 0 insertions, 13 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.di.config.jersey-bundles.def b/container-core/src/main/resources/configdefinitions/container.di.config.jersey-bundles.def
deleted file mode 100644
index a226420274d..00000000000
--- a/container-core/src/main/resources/configdefinitions/container.di.config.jersey-bundles.def
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=container.di.config
-
-# The SymbolicName[:Version] of the Jersey bundles
-bundles[].spec string
-
-# The packages to scan for Jersey resources
-bundles[].packages[] string
diff --git a/container-core/src/main/resources/configdefinitions/container.di.config.jersey-injection.def b/container-core/src/main/resources/configdefinitions/container.di.config.jersey-injection.def
deleted file mode 100644
index 9f5be59abbd..00000000000
--- a/container-core/src/main/resources/configdefinitions/container.di.config.jersey-injection.def
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=container.di.config
-
-inject[].instance string
-inject[].forClass string