Reputation: 56
Upvotes: 0
Views: 65
Reputation: 35805
Actually you can add it as dependency in your POM. But you need to install it first into your local repository, i.e. use mvn install:install-file
to put it into your local repository.
Even better, if your company runs a Nexus or Artifactory, you can upload it there.
Upvotes: 1