About 50 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. sql - What is difference b/w Functional and Transitive dependency in ...

    Oct 23, 2015 · Transitive dependency is expressing the dependency of A on C when A depends on B and B depends on C. A functional dependency is an association between two attributes of the same …

  3. 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 …

  4. 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...

  5. 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 …

  6. Not sure if this consistitues a transitive dependency

    Oct 19, 2017 · 2 Transitive dependency occurs only if you have indirect relationship between more than 2 attributes that are not part of they key. In your example, as you explained, the StaffID is part of …

  7. c# - Can you now force nuget to update versions of transitive packages ...

    Feb 13, 2025 · 3.If you want to update the version of transitive packages, you can add those packages to your Directory.Packages.props to pin the version to a specific/newer one, without having to …

  8. Transitive dependencies in maven - Stack Overflow

    Oct 9, 2018 · Dependency management, for example, is a very popular feature, because it enforces the versions of dependencies used by a project or a set of project. Exclusion alows you to exclude …

  9. How do I override nested NPM dependency versions?

    2 I had an issue where one of the nested dependency had an npm audit vulnerability, but I still wanted to maintain the parent dependency version. the npm shrinkwrap solution didn't work for me, so what I …

  10. dart - How can i access to transitive dependencies to update them in ...

    Apr 13, 2022 · 33 "Transitive dependency" means your program depends on it, because of a dependency you have that depends on it. So in other words, a package you use uses for example …