slawekjaranowski commented on issue #12154:
URL: https://github.com/apache/maven/issues/12154#issuecomment-4547517757
drop header
```
>> Accept: application/problem+json
```
by change in `ApacheRFC9457Reporter`
```java
public void prepareRequest(HttpRequest request) {
// request.addHeader(HttpConstants.ACCEPT,
CONTENT_TYPE_PROBLEM_DETAILS_JSON);
}
```
allow to deploy
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]