解决3.6版本maven与idea2017不兼容问题

<!--解决maven3.6版本不兼容idea2017问题-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
posted @ 2021-04-06 14:49  echo314  阅读(449)  评论(0编辑  收藏  举报