未验证 提交 17c8116f 编写于 作者: O Oleg Nenashev 提交者: GitHub

[JENKINS-64037] - Remove obsolete support for live class reloading with JRebel (#5040)

* [JENKINS-64037] - Remove obsolete support for live class reloading with JRebel

* [JENKINS-64037] - Add explicit dependency on Stapler which used o come from JRebel
上级 169e26d1
......@@ -351,12 +351,12 @@ THE SOFTWARE.
<!--Stapler-->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-groovy</artifactId>
<artifactId>stapler</artifactId>
<version>${stapler.version}</version>
</dependency>
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jrebel</artifactId>
<artifactId>stapler-groovy</artifactId>
<version>${stapler.version}</version>
</dependency>
<dependency>
......
......@@ -122,6 +122,16 @@ THE SOFTWARE.
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
</dependency>
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler</artifactId>
<exclusions>
<exclusion> <!-- pick up from SpotBugs Annotations -->
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-groovy</artifactId>
......@@ -145,10 +155,6 @@ THE SOFTWARE.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jrebel</artifactId>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>windows-package-checker</artifactId>
......@@ -587,7 +593,7 @@ THE SOFTWARE.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<exclusions>
<exclusion> <!-- pick up from Stapler -->
<exclusion> <!-- pick up from SpotBugs Annotations -->
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册