-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.3
-
Component/s: Infrastructure
-
Sprint:DevOps Sprint 10
dependency:analyze-report should not report as "Unused but declared dependencies" the inherited dependencies.
Actually, there should likely not be any inherited dependency... Anyway.
Inherited dependencies from:
- org.nuxeo:nuxeo-ecm: commons-logging, log4j, junit
- org.nuxeo.ecm.core:nuxeo-core: org.jmock:jmock-junit4, org.nuxeo.runtime:nuxeo-runtime-test
- org.nuxeo.ecm.platform:nuxeo-services-parent: org.nuxeo.common:nuxeo-common, org.nuxeo.runtime:nuxeo-runtime, org.nuxeo.runtime:nuxeo-runtime-test, org.nuxeo.ecm.core:nuxeo-core-test
- org.nuxeo.ecm.platform:nuxeo-jsf-parent: org.nuxeo.common:nuxeo-common, org.nuxeo.runtime:nuxeo-runtime, org.nuxeo.runtime:nuxeo-runtime-test
- org.nuxeo.ecm.platform:nuxeo-features-parent: org.nuxeo.common:nuxeo-common, org.nuxeo.runtime:nuxeo-runtime, org.nuxeo.runtime:nuxeo-runtime-test
- org.nuxeo.ecm.platform:nuxeo-dm-parent: org.nuxeo.common:nuxeo-common, org.nuxeo.runtime:nuxeo-runtime, org.nuxeo.runtime:nuxeo-runtime-test
- org.nuxeo.ecm.webengine:nuxeo-webengine-parent: org.nuxeo.build:nuxeo-apt-extensions, org.nuxeo.build:nuxeo-webengine-apt
- is required by
-
NXP-17716 Configure maven-dependency-plugin to use ignoredUnusedDeclaredDependencies parameter
- Resolved