浏览代码

加入druid数据源

周浩 8 年之前
父节点
当前提交
58048f7858
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      hsweb-web-service-impl-common/pom.xml

+ 6 - 1
hsweb-web-service-impl-common/pom.xml

@@ -41,7 +41,12 @@
             <artifactId>h2</artifactId>
             <scope>test</scope>
         </dependency>
-
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>druid</artifactId>
+            <version>1.0.5</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.hsweb</groupId>
             <artifactId>hsweb-expands-office</artifactId>