Top "Dependency-management" questions

The management of dependencies, for example third party libraries, that are used by a software project.

How do I prevent Maven from downloading artifacts every time?

I’m using Maven 3.1.1. In one of my projects, I reference another one of my projects … <dependencies> <…

maven dependencies maven-3 dependency-management
LoggerFactory is not a Logback LoggerContext but Logback is on the classpath

I think some module in spring-boot-starter-security is conflict with log4j, but I don't know which one. my gradle dependence …

java logging spring-security spring-boot dependency-management
Maven-like dependency management for C++?

Say I have a C++ project that is split in several subprojects. The subproject all produce a DLL and different …

c++ maven build dependency-management
Missing artifact com.sun.jdmk:jmxtools:jar:1.2.1

I have created simple project from maven-achetype-quickstart under Eclipse Indigo, then I went to pom.xml gui editor and in …

java eclipse maven dependency-management pom.xml
Why can't eclipse resolve class in same package?

I hit F5 ~1000 times and restarted eclipse (also with -clean), deleted /bin, but nothing helps. Manually importing DoodleClient does not …

eclipse git dependency-management
Gradle Test Dependency

I have two projects, project A and Project B. Both are written in groovy and use gradle as their build …

testing build automated-tests dependency-management gradle
How to find/remove unused dependencies in Gradle

I wanted to find unused dependencies in my project. Is there a feature for this in Gradle, like in Maven?

java maven gradle dependency-management
NuGet packages in Unity

I want to use some NuGet packages inside Unity. I achieved that Unity finds the downloaded DLLs according to this …

unity3d dependencies nuget dependency-management
Is there any way to retrieve a dependency tree from yum?

To reduce the chance of the XY problem, I'm trying to install PostGIS on a clean, virtual RHEL5 installation with …

dependencies dependency-management yum package-managers
Update multiple dependencies with Bower

I listed (and/or installed) several dependencies with Bower inside the bower.json file and/or with bower install https://…

package npm updates dependency-management bower