aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-11 17:12:05 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-11 17:17:11 +0100
commit50f8720f85172080d188f086d9b57074fd6d7a1b (patch)
treedcc28f3c2a92d1958c03733534509c0e49e71a4b /pom.xml
parentbd9d35c912d4c08c8e73b876348278fa968eceaa (diff)
Move access log definition to separate module
Config defintion must be embedded into container-core as the generated Java config class uses package 'com.yahoo.container.core'.
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 51b044020fa..91286d35c4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,7 @@
<module>config_test</module>
<module>container</module>
<module>container-core</module>
+ <module>container-core-config</module>
<module>container-dependencies-enforcer</module>
<module>container-dependency-versions</module>
<module>container-dev</module>