diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson, Tieto. All rights reserved. + Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -44,8 +45,8 @@ <profile> <id>docker</id> <modules> - <module>policy-base</module> - <module>policy-common</module> + <module>policy-jre</module> + <module>policy-jdk</module> </modules> </profile> </profiles> |