Maven dependency: exclude one class

后端 未结 3 1066
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-18 20:53

For example I have dependency:


    org.slf4j
    slf4j-api
    

        
3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 21:40

    Try it with the shade plugin

    Details on why use shade and basic usage

提交回复
热议问题