DependencyTrack / dependency-track

Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain.
https://dependencytrack.org/
Apache License 2.0
2.45k stars 532 forks source link

Fix `jakarta.servlet-api` not being inherited from `alpine-server` #3770

Closed nscuro closed 1 month ago

nscuro commented 1 month ago

Description

Fixes jakarta.servlet-api not being inherited from alpine-server.

For some reason the inheritance of this transitive dependency stopped working over night(?), despite nothing having changed in either Alpine or Dependency-Track since the last successful build.

Building an executable WAR succeeds, but other Maven goals such as datanucleus:enhance or verify fail due to the missing servlet API.

Addressed Issue

N/A

Additional Details

N/A

Checklist

codacy-production[bot] commented 1 month ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -1.00%) :white_check_mark: (target: 70.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (1f2cc281a14de473485f35846e96f89a738bf321) | 21667 | 16425 | 75.81% | | | Head commit (5cad62e62d8d80071c5133b85b92d92b3c2a26ff) | 21667 (+0) | 16425 (+0) | 75.81% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#3770) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more