Skip to main content

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

The Maven shade plugin is exactly what I needed.

Thank you very much, Greg!

On Wed, Apr 27, 2016 at 3:37 AM, Greg Wilkins <gregw@xxxxxxxxxxx> wrote:

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




--

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top