About 2,380,000 results
Open links in new tab
  1. What is a transitive Maven dependency? - Stack Overflow

    Jan 19, 2017 · This question is about to clarify what exactly a transitive dependency is and how it works at very high level in Maven. My definition: in a dependency tree like A --> B --> C, C is a transitive …

  2. How can I track down the source of a transitive dependency?

    Jun 5, 2020 · In a project/solution with lots of <PackageReference> dependencies, it can be difficult to find the source of a transitive dependency that's being pulled in. For example, no projects in my so...

  3. Maven. Transitive dependencies - Stack Overflow

    May 16, 2017 · Maven. Transitive dependencies Asked 15 years, 7 months ago Modified 5 years, 5 months ago Viewed 44k times

  4. Database Normalization Dependencies: Full, Partial and Transitive ...

    Full dependencies are when one or more primary keys determine another attribute. Partial dependencies are when one of the primary keys determines another attribute or attributes. Transitive …

  5. What is wrong with a transitive dependency? - Stack Overflow

    Mar 31, 2012 · That defintion of transitive dependency is wrong. Also, it is transitive dependencies on CKs (candidate keys) that are a problem. The answers here are hopelessly vague for actually doing …

  6. How can I view transitive dependencies of a Maven pom.xml file?

    May 24, 2011 · Is there a CLI tool I can use to quickly view the transitive dependencies of a Maven pom.xml file?

  7. How to stop transitive dependency from appearing in your project

    Nov 20, 2023 · In the root of the extracted contents, locate the {packageName}.nuspec file. Open it in Notepad or your editor of choice. Edit the <metadata>, <dependencies> and <dependency> …

  8. Disable transitive project reference in .NET Standard 2

    Oct 12, 2017 · I believe this is a feature of the new project formats (project.json and csproj now). Any nested reference is available directly inside the project (aka transitive dependencies). You may try …

  9. Exclude all transitive dependencies of a single dependency

    Feb 14, 2009 · The problem with this approach is that I have to do this for every transitive dependency contributed by sample-artifactB. Is there a way to use some sort of wildcard to exclude all transitive …

  10. java - How do I exclude all instances of a transitive dependency when ...

    My gradle project uses the application plugin to build a jar file. As part of the runtime transitive dependencies, I end up pulling in org.slf4j:slf4j-log4j12. (It's referenced as a sub-transitive