summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormmis <michael.morris@ericsson.com>2018-08-02 09:45:44 +0100
committermmis <michael.morris@ericsson.com>2018-08-02 11:32:24 +0100
commitf85f63f52d38ca962fc0e68eae184dd7018dc47b (patch)
treea9e2165c4812fe02b9a18fadd95441a7ac2a922b /pom.xml
parent37d8ade146096bf343f494163a528f75b2161095 (diff)
Create interfaces for Policy Distribution
Created interfaces and some skeletal implementations. Implememtations to be further developed in subsequent stories Change-Id: If55be78e34c8783451cb9aa755a563bc0850e569 Issue-ID: POLICY-1029 Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 94ebc28b..1107c618 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,7 @@
<description>Code that implements our integration with SDC service distribution API.</description>
<modules>
+ <module>model</module>
<module>main</module>
<module>reception</module>
<module>forwarding</module>