소스 검색

加入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>