Details
-
New Feature
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
3.0.3
-
None
Description
<dependencyManagement>
<dependencies>
<dependency>
<groupId>groupId</groupId>
<artifactId>artifactId</artifactId>
<version>version</version>
<optional>false</optional> <!-- Ignored by Maven 2 & 3 in dependency management. -->
</dependency>
</dependencies>
</dependencyManagement>
Attachments
Attachments
Issue Links
- causes
-
HIVE-27338 JDBC drivers are transitively inherited although declared optional
- Closed
- is blocked by
-
MRESOLVER-9 DefaultDependencyCollector does not correctly handle dependency management
- Reopened
- is depended upon by
-
MNG-5935 Optional true getting lost in managed dependencies when transitive
- Closed
- is duplicated by
-
MNG-5632 Optional tag in dependencyManagement not inherited - disallow and/or document
- Closed
- is required by
-
MNG-6139 Addition of command line option 'legacy-dependency-management'.
- Closed
- relates to
-
MNG-5600 Dependency management import should support exclusions.
- Closed
-
MNG-2984 Allow more control around the configuration and use of optional dependencies
- Closed
- supercedes
-
MNG-4600 [regression] Optional flag from dependency management applied to dependencies
- Closed
-
MNG-1977 Global dependency exclusions
- Reopened
-
MNG-5959 Can maven provide a features that exclude dependency gloablly
- Closed
- mentioned in
-
Page Loading...