diff options
author | Steve Smokowski <ss835w@att.com> | 2019-01-28 13:53:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-28 13:53:02 +0000 |
commit | 1f57cd06a3bf1deeb277430dba310088368c82fa (patch) | |
tree | 63015921567bdea04574c4b528227020bf600bce /common/pom.xml | |
parent | cfd23fabab7a07981a0f0d23797b922cdaf6e2cb (diff) | |
parent | 1e05b82f5633a6430761e053701264dd4ec4468b (diff) |
Merge "add custom object support to a ai client"
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index 7d468fae3f..51c9ed3bcb 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -126,6 +126,11 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.reflections</groupId> + <artifactId>reflections</artifactId> + <version>0.9.11</version> + </dependency> </dependencies> <build> <resources> |