ccosp / open-o

GNU General Public License v2.0
2 stars 1 forks source link

Add transitive dependencies in POM #145

Open sebastian-j-ibanez opened 3 days ago

sebastian-j-ibanez commented 3 days ago

Explicitly state transitive dependencies in POM.

sebastian-j-ibanez commented 2 days ago

So far I have looked at the dependencies with mvn dependency:analyze and mvn dependency:tree.

sebastian-j-ibanez commented 2 days ago

I have converted the list of unused and undeclared imports to xml dependencies in the pom.

I can build the server with the new dependencies.

I can't test it, since I have been dealing with a 404 error on the login page. This issue is being tracked here.