Modify exception
[holmes/engine-management.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4b3b1bf..6e90aa4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,8 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
     </properties>
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>org.easymock</groupId>
+                <artifactId>easymock</artifactId>
+                <version>3.0</version>
+            </dependency>
             <dependency>
                 <groupId>org.openo.holmes.actions</groupId>
                 <artifactId>holmes-actions</artifactId>
@@ -67,7 +73,6 @@
                 <version>${dropwizard.version}</version>
                 <scope>provided</scope>
             </dependency>
-
             <dependency>
                 <groupId>io.dropwizard</groupId>
                 <artifactId>dropwizard-db</artifactId>
@@ -77,6 +82,7 @@
                 <groupId>io.swagger</groupId>
                 <artifactId>swagger-jersey2-jaxrs</artifactId>
                 <version>${swagger.version}</version>
+                <scope>provided</scope>
             </dependency>
 
             <dependency>
                 <version>1.6.4</version>
                 <scope>test</scope>
             </dependency>
+
+            <dependency>
+                <groupId>org.openo.client.cli</groupId>
+                <artifactId>swagger-sdk</artifactId>
+                <version>1.1.0-SNAPSHOT</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>