aboutsummaryrefslogtreecommitdiffstats
path: root/container-core-config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'container-core-config/README.md')
-rw-r--r--container-core-config/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/container-core-config/README.md b/container-core-config/README.md
deleted file mode 100644
index ac37c242a5f..00000000000
--- a/container-core-config/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-<!-- Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-# container-core-config
-
-Contains config definitions with package `com.yahoo.container.core` that are used by other modules.
-
-This artifact is embedded inside container-core jar, but built as bundle to allow other modules to depend on container-core config definitions without depending on container-core.
-The generated config classes cannot be moved to container-core as it would introduce a cycles in Maven dependency graph.
-This works at correctly runtime as OSGi allows cycling dependencies between bundles.