Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Runtime dependencies for jetty?
Runtime dependencies for jetty? [message #1820673] Sat, 25 January 2020 19:32 Go to next message
Merudo F. is currently offline Merudo F.Friend
Messages: 1
Registered: January 2020
Junior Member
A project I'm working on has gradle compile dependencies:

- jetty-server
- jetty-webapp
- websocket-server/servlet/api.

These 6 dependencies are required for the project to compile.

Additionally, the project also has gradle dependencies for:

- jetty-servlet
- jetty-continuation
- websocket-client

These three dependencies are not required for compilation, and gradle-lint identifies them as unused dependencies.

Can I remove these three dependencies from gradle, or should I keep them? Maybe there are some sort of runtime dependency that I should be aware of?
Re: Runtime dependencies for jetty? [message #1820681 is a reply to message #1820673] Sun, 26 January 2020 07:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
This is a pretty detailed question that requires the person who can answer it to understand Gradle as well as Jetty dependencies. I'm doubtful anyone with those skills monitors this forum. Probably best you experiment with removing the dependencies and see if everything still works as before.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Eclipse Fails To Run
Next Topic:Create Folder in Workspace
Goto Forum:
  


Current Time: Fri Apr 19 08:22:25 GMT 2024

Powered by FUDForum. Page generated in 0.03982 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top