diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-08-28 15:55:55 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-08-28 17:10:41 +0800 |
commit | bd36ad0992f45f6d2efd2f5d90cb573a4f003310 (patch) | |
tree | 05fa4a9f776ee30ef7a7eff2a2ed3a3f812cb24b /engine-d/pom.xml | |
parent | 4fd730a89753cff0e9ef604f0e0b6a91e1a04c26 (diff) |
Modify the configruation for docker-making
Add some dependencies in the pom.xml
Change the main path of the entrypoint of the app
Change-Id: I8242b9502fff28e5c90a111a95cd996db47d0ffc
Issue-ID: HOLMES-39
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index c5aa87d..44ae940 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -34,7 +34,10 @@ </properties> <dependencies> - + <dependency> + <groupId>org.reflections</groupId> + <artifactId>reflections</artifactId> + </dependency> <dependency> <groupId>org.onap.holmes.common</groupId> <artifactId>holmes-actions</artifactId> |