diff options
author | ktimoney <kevin.timoney@est.tech> | 2021-07-28 16:06:13 +0100 |
---|---|---|
committer | ktimoney <kevin.timoney@est.tech> | 2021-07-28 18:11:24 +0100 |
commit | 89176a2eaf465b2a383a3dd6bea93f936698b31b (patch) | |
tree | fdad93c885e4d4ce4370db6d16d3fe6702734d74 /pom.xml | |
parent | 2958b5acd966b4a51a907432f9275fff8ab04017 (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.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |