diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-27 19:50:00 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-27 19:50:00 +0800 |
commit | fd5ac8fd3c207612f02847e04cd130c3a8781ef9 (patch) | |
tree | 61ac83c3d20b8c4aab109d6c5edf081bda4e83ee /rulemgt | |
parent | 8aa8303f87dd16b7fb609552c2a2921b924b0a7a (diff) |
Add org.reflections as a Dependency
Add a new dependency
Change-Id: Id16165ea493bc354b0e8464cec93e7cfd33fc638
Issue-ID: HOLMES-39
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt')
-rw-r--r-- | rulemgt/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index a4e1388..5033e8b 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -29,7 +29,10 @@ <packaging>jar</packaging> <dependencies> - + <dependency> + <groupId>org.reflections</groupId> + <artifactId>reflections</artifactId> + </dependency> <dependency> <groupId>org.onap.holmes.common</groupId> <artifactId>holmes-actions</artifactId> |