aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-09-23 15:13:36 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-11-01 10:36:08 +0000
commitac4b5296ab01fc25d89cc4fc89b6407fb7254f1b (patch)
tree4fd2fe6f3b611dbdba48d6f4947bfb716eb08dc5 /pom.xml
parentf8ff4184fe5cc5d5a84c266d50e63c289729ef2f (diff)
Moving message bus configurations to its own module
Issue-ID: POLICY-5131 Change-Id: Ibbcdc487300767e7b10d69e9b388c50f09e1adbc Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index e841eb43..572d62bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,12 +49,13 @@
<modules>
<module>capabilities</module>
- <module>utils-test</module>
- <module>utils</module>
- <module>gson</module>
<module>common-parameters</module>
- <module>policy-endpoints</module>
+ <module>gson</module>
+ <module>utils</module>
+ <module>utils-test</module>
<module>spring-utils</module>
+ <module>message-bus</module>
+ <module>policy-endpoints</module>
</modules>
<build>