Declare Maven dependency as test runtime only

前端 未结 4 1254
半阙折子戏
半阙折子戏 2021-02-04 00:03

What is the best way to declare a Maven dependency as only being used for the test runtime (but not test compilation) class path?

Specifically, I want slf4j-api

4条回答
  •  轮回少年
    2021-02-04 00:23

    As a workaround i would suggest to have separate maven project with test cases that depend on main project

提交回复
热议问题