File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,6 @@ THE SOFTWARE.
117117 </exclusion >
118118 </exclusions >
119119 </dependency >
120- <dependency >
121- <groupId >com.infradna.tool</groupId >
122- <artifactId >bridge-method-annotation</artifactId >
123- <version >${bridge-method-injector.version} </version >
124- </dependency >
125120 <dependency >
126121 <groupId >com.sun.xml.txw2</groupId >
127122 <artifactId >txw2</artifactId >
@@ -168,6 +163,11 @@ THE SOFTWARE.
168163 <groupId >commons-lang</groupId >
169164 <artifactId >commons-lang</artifactId >
170165 </dependency >
166+ <dependency >
167+ <groupId >io.jenkins.tools</groupId >
168+ <artifactId >bridge-method-annotation</artifactId >
169+ <version >${bridge-method-injector.version} </version >
170+ </dependency >
171171 <dependency >
172172 <!-- needed by Jelly -->
173173 <groupId >jakarta.servlet.jsp.jstl</groupId >
@@ -568,7 +568,7 @@ THE SOFTWARE.
568568 </executions >
569569 </plugin >
570570 <plugin >
571- <groupId >com.infradna.tool </groupId >
571+ <groupId >io.jenkins.tools </groupId >
572572 <artifactId >bridge-method-injector</artifactId >
573573 <executions >
574574 <execution >
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ THE SOFTWARE.
9494
9595 <access-modifier .version>1.35</access-modifier .version>
9696 <antlr .version>4.13.2</antlr .version>
97- <bridge-method-injector .version>1.31 </bridge-method-injector .version>
97+ <bridge-method-injector .version>1.32 </bridge-method-injector .version>
9898 <spotless .check.skip>false</spotless .check.skip>
9999 <!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
100100 <winstone .version>8.12</winstone .version>
@@ -223,7 +223,7 @@ THE SOFTWARE.
223223 <version >1.1</version >
224224 </plugin >
225225 <plugin >
226- <groupId >com.infradna.tool </groupId >
226+ <groupId >io.jenkins.tools </groupId >
227227 <artifactId >bridge-method-injector</artifactId >
228228 <version >${bridge-method-injector.version} </version >
229229 </plugin >
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ THE SOFTWARE.
148148 <enforceBytecodeVersion >
149149 <maxJdkVersion >11</maxJdkVersion >
150150 <excludes >
151- <exclude >com.infradna.tool :bridge-method-annotation</exclude >
151+ <exclude >io.jenkins.tools :bridge-method-annotation</exclude >
152152 <exclude >org.jenkins-ci:annotation-indexer</exclude >
153153 <exclude >org.jenkins-ci:commons-jelly</exclude >
154154 <exclude >org.jenkins-ci:commons-jelly-tags-fmt</exclude >
You can’t perform that action at this time.
0 commit comments