igniterealtime / REST-API-Client

Java REST API Client for the Openfire to manage Openfire instances by sending an REST/HTTP request to the server
Apache License 2.0
102 stars 62 forks source link

Dependencies #10

Closed ozgurgundogan closed 5 years ago

ozgurgundogan commented 8 years ago

For some (developer maybe does not have Maven or . .), dependencies could be given in /lib directory as .jar file since it is really time consuming to obtain dependencies to make client api work.

guusdk commented 5 years ago

I'm not in favor of adding binaries to the source project.

If your project does not use any dependency framework like Maven, you can still use Maven to collect all the dependencies that you need for your project:

mvn dependency:copy-dependencies

This will create a directory in target/dependency that contains everything you need.

Redor commented 5 years ago

As guusdk said, I think as well that we shouldn't store the binaries