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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -55,6 +55,7 @@ <jersey.version>2.22.2</jersey.version> <jaxrs.consumer.version>5.0</jaxrs.consumer.version> <slf4j.version>1.6.1</slf4j.version> + <reflections.version>0.9.9</reflections.version> <quartz.version>2.2.1</quartz.version> <packagename>onap-holmes-engine-d</packagename> @@ -67,6 +68,11 @@ <dependencyManagement> <dependencies> <dependency> + <groupId>org.reflections</groupId> + <artifactId>reflections</artifactId> + <version>${reflections.version}</version> + </dependency> + <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>3.0</version> |