소스 검색

修改依赖

baifucheng 3 달 전
부모
커밋
a3b30ce5c2
3개의 변경된 파일4개의 추가작업 그리고 47개의 파일을 삭제
  1. 3 4
      ruoyi-info/ruoyi-info-api/pom.xml
  2. 0 38
      ruoyi-info/ruoyi-info-api/src/test/java/com/ruoyi/AppTest.java
  3. 1 5
      ruoyi-info/ruoyi-info-biz/pom.xml

+ 3 - 4
ruoyi-info/ruoyi-info-api/pom.xml

@@ -18,11 +18,10 @@
     </properties>
 
     <dependencies>
+        <!-- 通用工具-->
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
+            <groupId>com.ruoyi</groupId>
+            <artifactId>ruoyi-common</artifactId>
         </dependency>
     </dependencies>
 </project>

+ 0 - 38
ruoyi-info/ruoyi-info-api/src/test/java/com/ruoyi/AppTest.java

@@ -1,38 +0,0 @@
-package com.ruoyi;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}

+ 1 - 5
ruoyi-info/ruoyi-info-biz/pom.xml

@@ -22,11 +22,7 @@
             <version>4.0.1</version>
         </dependency>
 
-        <!-- 通用工具-->
-        <dependency>
-            <groupId>com.ruoyi</groupId>
-            <artifactId>ruoyi-common</artifactId>
-        </dependency>
+
 
         <dependency>
             <groupId>com.ruoyi</groupId>