aboutsummaryrefslogtreecommitdiffstats
path: root/applications/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-08-25 15:31:28 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-25 15:31:28 +0000
commitb01887963f4b015173d442ce5f53bb8c04e4c758 (patch)
treea7f4af44ed03b35bf9d4a197fb707b56e1c57a5b /applications/pom.xml
parent26169c3db78c405f7b58e831c7391fc63ddb935d (diff)
parentf8d2c21bb589303febc11024f3cd667946f44459 (diff)
Merge "Add new Match application to XACML"
Diffstat (limited to 'applications/pom.xml')
-rw-r--r--applications/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/pom.xml b/applications/pom.xml
index 3175ee85..4d5827bd 100644
--- a/applications/pom.xml
+++ b/applications/pom.xml
@@ -37,11 +37,12 @@
<modules>
<module>common</module>
- <module>monitoring</module>
<module>guard</module>
- <module>optimization</module>
+ <module>match</module>
+ <module>monitoring</module>
<module>naming</module>
<module>native</module>
+ <module>optimization</module>
</modules>