diff options
author | FengLiang <feng.liang1@zte.com.cn> | 2017-02-20 18:05:32 +0800 |
---|---|---|
committer | FengLiang <feng.liang1@zte.com.cn> | 2017-02-21 09:47:33 +0800 |
commit | f7907354daf58f6a729556e21ba01cae777de0be (patch) | |
tree | 5aacddc1ef5c00c227a4d09af885605c53eccd3a /engine-d/pom.xml | |
parent | a4f06eee9b2cf0bea405a32bfa39ae2733c292e4 (diff) |
Modify engine mq
mq functional testing
Change-Id: Ide2891590cd814e0787684edd7384554402532cb
Issue-ID:HOLMES-19
Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index 419e12f..d7ff763 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -34,14 +34,25 @@ </properties> <dependencies> + <dependency> <groupId>org.openo.holmes.actions</groupId> <artifactId>holmes-actions</artifactId> + <exclusions> + <exclusion> + <groupId>org.glassfish.jersey.containers</groupId> + <artifactId>jersey-container-servlet-core</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.containers</groupId> + <artifactId>jersey-container-servlet-core</artifactId> + <version>2.16</version> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>3.0</version> </dependency> <dependency> <groupId>org.drools</groupId> @@ -100,9 +111,15 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> + <groupId>org.openo.client.cli</groupId> + <artifactId>swagger-sdk</artifactId> + </dependency> + <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-jersey2-jaxrs</artifactId> + <scope>provided</scope> </dependency> + </dependencies> <build> |