summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies/README
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-29 22:07:30 +0200
committergjoranv <gv@oath.com>2018-05-29 22:07:30 +0200
commite0368d8f4ab760e5f181ac84e78916a19b53b322 (patch)
tree1deee5a7946e4d58e34b92594d178fee61392c9f /fat-model-dependencies/README
parent3c1334090cef6fb0891515040ad900702275ccea (diff)
Add new module fat-model-dependencies
- Contains all compile scope deps for config-model-fat. - Added to avoid copying all these deps into amended fat model. - Necessary for maven-bundle-plugin 3 because its exclude mechanism has changed to exclude all transitive deps of an excluded artifact.
Diffstat (limited to 'fat-model-dependencies/README')
-rw-r--r--fat-model-dependencies/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/fat-model-dependencies/README b/fat-model-dependencies/README
new file mode 100644
index 00000000000..fef6455e615
--- /dev/null
+++ b/fat-model-dependencies/README
@@ -0,0 +1,3 @@
+This module contains all dependencies that must be embedded in the config-model-fat bundle.
+Split out into a separate module in order to avoid duplication of these dependencies in
+amended versions of the fat config model.