Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing build, caused by missing dependency
The dependency <dependency> <groupId>org.jenkins-ci</groupId> <artifactId>annotation-indexer</artifactId> <version>1.4</version> </dependency> is present on maven central, but the pom refers to <dependency> <groupId>org.jenkins-ci</groupId> <artifactId>jenkins</artifactId> <version>1.26</version> </dependency> as the parent. This causes the build to fail, as maven fails to resolve all dependencies.
- Loading branch information