zhouhao hace 6 años
padre
commit
2c3324ce27
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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>