I have an external jar I wish to add to my ninja framework application.
I have included the file in the root directory, which didn't work.
I also tried to include it as a dependency using IntelliJ IDE.
This also didn't work. On deployment to heroku, the compile failed, as the package couldn't be found.
Lastly, I tried this https://devcenter.heroku.com/articles/local-maven-dependencies#deploy-the-artifact-into-the-repo, but it failed with this error message:
Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy-file (default-cli) on project 1.0: No transfer protocol found. -> [Help 1]
Can anyone suggest anything else?
Thanks