summaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 27063a6ffcf..1f766b2878d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
<module>documentapi</module>
<module>document</module>
<module>documentgen-test</module>
+ <module>fat-model-dependencies</module>
<module>fileacquirer</module>
<module>filedistribution</module>
<module>fsa</module>