zhouhao 6 лет назад
Родитель
Сommit
2c3324ce27
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      hsweb-datasource/hsweb-datasource-jta/pom.xml

+ 7 - 0
hsweb-datasource/hsweb-datasource-jta/pom.xml

@@ -79,6 +79,13 @@
             <artifactId>spring-boot-starter-jta-atomikos</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.hswebframework.web</groupId>
+            <artifactId>hsweb-commons-dao-mybatis</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>