diff options
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> |