diff options
author | mmis <michael.morris@ericsson.com> | 2018-08-02 09:45:44 +0100 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-08-02 11:32:24 +0100 |
commit | f85f63f52d38ca962fc0e68eae184dd7018dc47b (patch) | |
tree | a9e2165c4812fe02b9a18fadd95441a7ac2a922b /forwarding/pom.xml | |
parent | 37d8ade146096bf343f494163a528f75b2161095 (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 'forwarding/pom.xml')
-rw-r--r-- | forwarding/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 741d6772..d2bcc29e 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -30,4 +30,12 @@ <name>${project.artifactId}</name> <description>The module of Policy Distribution that forwards policies to other components.</description> + + <dependencies> + <dependency> + <groupId>org.onap.policy.distribution</groupId> + <artifactId>distribution-model</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> </project> |