diff options
Diffstat (limited to 'rulemgt/pom.xml')
-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> |