summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorktimoney <kevin.timoney@est.tech>2021-07-28 16:06:13 +0100
committerktimoney <kevin.timoney@est.tech>2021-07-28 18:11:24 +0100
commit89176a2eaf465b2a383a3dd6bea93f936698b31b (patch)
treefdad93c885e4d4ce4370db6d16d3fe6702734d74 /pom.xml
parent2958b5acd966b4a51a907432f9275fff8ab04017 (diff)
Move policy-db-migrator to separate container
Issue-ID: POLICY-3458 Change-Id: I4ae930d7f903efc4cf10dfca88dfed843ea29edb Signed-off-by: ktimoney <kevin.timoney@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 63a9b2e1..b95369d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,6 +2,7 @@
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson, Tieto. All rights reserved.
Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+ Modifications Copyright (C) 2021 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -41,6 +42,7 @@
<modules>
<module>policy-jre</module>
<module>policy-jdk</module>
+ <module>policy-db-migrator</module>
</modules>
</profile>
</profiles>