未验证 提交 943e27e0 编写于 作者: O Oleg Nenashev 提交者: GitHub

Merge pull request #3660 from oleg-nenashev/java11/metainf-services-1.8

[JENKINS-52024] - Update Metainf services from 1.4 to 1.8 in the master branch
......@@ -33,6 +33,10 @@
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
......
......@@ -207,7 +207,6 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.12</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
......@@ -570,8 +569,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
<version>1.4</version>
<scope>provided</scope>
<version>1.8</version>
<optional>true</optional>
</dependency>
<dependency>
......
......@@ -266,6 +266,12 @@ THE SOFTWARE.
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.12</version>
</dependency>
</dependencies>
</dependencyManagement>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册