Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude symbol-annotations as it's coming from the core
Without this, *when* bumping credentials to 2.3.14 e.g. this breaks: ``` [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (display-info) @ variant --- [INFO] Adding ignore: module-info [WARNING] Rule 4: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message: Failed while enforcing RequireUpperBoundDeps. The error(s) are [ Require upper bound dependencies error for org.jenkins-ci:symbol-annotation:1.1 paths to dependency are: +-org.jenkins-ci.plugins:variant:1.4-SNAPSHOT +-org.jenkins-ci.main:jenkins-core:2.249.1 +-org.jenkins-ci:symbol-annotation:1.1 and +-org.jenkins-ci.plugins:variant:1.4-SNAPSHOT +-org.jenkins-ci.plugins:credentials:2.3.14 +-org.jenkins-ci.plugins:structs:1.20 +-org.jenkins-ci:symbol-annotation:1.20 ```
- Loading branch information