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-30 11:13:37 +0200
commitbd6b5f9b6df99d913537d47886dd9c956ff10c5a (patch)
treec657709043c9fb8998c5b8add3bb27eead9b7902 /pom.xml
parente89c6d5895aa382da5cd65a83ce9660fdbd13095 (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>