Run the following command (replacing the placeholders first of course!):
mvn deploy:deploy-file -DgroupId=[GROUP-ID] -DartifactId=[ARTIFACT-ID] -Dversion=[VERSION] -Durl=file:./libs -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=[THE-JAR-FILE]
Just do the same procedure as in "Adding new dependencies", but with a new version number!
You can also safely delete the old version of the dependency, as nothing will depend on it anymore.
Some dependencies may have been modified or could be released by their author in the future. To avoid confusion and dependency clashes in the local repository, the suffix is a nice way to ensure, the right dependency is used in every project (bcv
= ByteCode Viewer
btw).
ByteAnalysis
: Compiled from source with the newest dependency versionsAPKTool
: Added theapktool-cli
subproject, compiled without changes from sourceJD-GUI
: Removed ASM, RSyntaxTextArea, ANTLR, and TreeLayout