Fixed the Instantiation Problem of Engine
[holmes/engine-management.git] / engine-d / pom.xml
index e4fdcb9..27c76ef 100644 (file)
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>io.dropwizard</groupId>
+            <artifactId>dropwizard-jdbi</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
         <dependency>
             <groupId>com.thoughtworks.xstream</groupId>
             <artifactId>xstream</artifactId>
-            <version>1.4.10</version>
+            <version>1.4.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>