ソースを参照

修改依赖scope

zhouhao 8 年 前
コミット
5f60316230
1 ファイル変更6 行追加5 行削除
  1. 6 5
      hsweb-datasource/hsweb-datasource-jta/pom.xml

+ 6 - 5
hsweb-datasource/hsweb-datasource-jta/pom.xml

@@ -42,6 +42,12 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
@@ -59,11 +65,6 @@
             <version>${project.version}</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-test</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-jta-atomikos</artifactId>