diff options
author | Shiwei Tian <tian.shiwei@zte.com.cn> | 2017-09-12 15:43:34 +0800 |
---|---|---|
committer | Shiwei Tian <tian.shiwei@zte.com.cn> | 2017-09-12 15:43:34 +0800 |
commit | 3d341c75cc7781b18b40efb1c09c393c755bd58e (patch) | |
tree | 956450b864efa20155e097eb63d3bbdf6d5ed007 /engine-d | |
parent | 6d0b261ee5d77b498030d2587f4b3ff533976bae (diff) |
add dsa dependence to pom
Issue-ID: HOLMES-47
Change-Id: I72d1033bb5a3387c2bb965f175944587df50024c
Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'engine-d')
-rw-r--r-- | engine-d/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index bc8cb20..a5f85dc 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -43,6 +43,10 @@ <artifactId>reflections</artifactId> </dependency> <dependency> + <groupId>org.onap.holmes.dsa</groupId> + <artifactId>dmaap-dsa</artifactId> + </dependency> + <dependency> <groupId>org.onap.holmes.common</groupId> <artifactId>holmes-actions</artifactId> <exclusions> |