Maven-package org.junit does not exist

     在java里面使用@Test做单元测试,想打个jar包用maven来build工程的时候,发现报错:

经过对比pom文件,发现junit的pom有点问题:

      <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <!-- <scope>test</scope> -->
        </dependency>

 

<!-- <scope>test</scope> -->注释掉就行了,哈哈哈哈~~~

posted @ 2022-01-27 18:36  zhangdaopin  阅读(252)  评论(0编辑  收藏  举报