aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-06-30 02:00:47 +0200
committergjoranv <gv@verizonmedia.com>2020-06-30 02:00:47 +0200
commit9a2a89d7d7fef5b426d82f290109fb67e8bc7fdf (patch)
tree1f6a725001aed13e3da83f80344616ac650949e1 /pom.xml
parentd696e207ac858da0e9c0b305a233ecdb2063d634 (diff)
Add a separate module for documentapi dependencies.
- Makes the poms maintainable. - Yields correct Import-Packages for container-documentapi
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bd35a7f0a25..b68961d26c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,8 +75,9 @@
<module>docker-api</module>
<module>docproc</module>
<module>docprocs</module>
- <module>documentapi</module>
<module>document</module>
+ <module>documentapi</module>
+ <module>documentapi-dependencies</module>
<module>documentgen-test</module>
<module>fat-model-dependencies</module>
<module>fileacquirer</module>