RE: Forcing "provided" for some dependencies

2020-09-02 Thread jedrzej.dudkiewicz
Thanks for an answer. Yes, I can do it like this, but I'd like to avoid listing all dependencies. Is there any way to do it? For hawtio, there are 28 dependencies that I have to list, and in some other there are even more. I thought that it should be possible to do it automatically somehow. JD

Forcing "provided" for some dependencies

2020-09-01 Thread jedrzej.dudkiewicz
Hello, I have Maven project using spring-boot that is composed of base project and components. This is mainly runtime dependency: Base (B) provides some services, and components (C1, C2, C3.) are "installed" by dropping them into specific directory. This works fine, but as I expected I have som

Forcing "provided" for some dependencies

2020-08-31 Thread jedrzej.dudkiewicz
(I'm sorry if this appears twice, I sent it two hours ago and *then* read that if I'm not subscribed it can take "hours to days" to appear due to such messages being moderated, so I'm resending this after subscribing). Hello, I have Maven project using spring-boot that is composed of base p