Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Mixing jetty versions


It is not really correct to mix version like that.

You could perhaps do it using server/system class configuration, but I think the simplest thing to do is to use shading to change the jetty jars in the emebedded dependency to something that will not clash with your own use of jetty.


or use OSGi for full classpath hiding type stuff

cheers




--

Back to the top