File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 8484 <type >pom</type >
8585 <scope >import</scope >
8686 </dependency >
87- <dependency >
88- <groupId >com.google.code.gson</groupId >
89- <artifactId >gson</artifactId >
90- <version >2.10.1</version >
91- </dependency >
9287 </dependencies >
9388 </dependencyManagement >
9489
129124 <groupId >com.google.guava</groupId >
130125 <artifactId >guava</artifactId >
131126 </exclusion >
127+ <exclusion >
128+ <groupId >com.google.http-client</groupId >
129+ <artifactId >google-http-client-jackson2</artifactId >
130+ </exclusion >
132131 </exclusions >
133132 </dependency >
134133 <dependency >
177176 <artifactId >google-oauth-client</artifactId >
178177 <version >1.34.1</version >
179178 <exclusions >
179+ <exclusion >
180+ <groupId >com.google.code.gson</groupId >
181+ <artifactId >gson</artifactId >
182+ </exclusion >
180183 <!-- Provided by core -->
181184 <exclusion >
182185 <groupId >com.google.guava</groupId >
189192 </exclusions >
190193 </dependency >
191194 <dependency >
192- <groupId >com.jayway.jsonpath</groupId >
193- <artifactId >json-path</artifactId >
194- <version >2.8.0</version >
195- <exclusions >
196- <!-- Provided by core -->
197- <exclusion >
198- <groupId >org.slf4j</groupId >
199- <artifactId >slf4j-api</artifactId >
200- </exclusion >
201- </exclusions >
195+ <groupId >io.jenkins.plugins</groupId >
196+ <artifactId >gson-api</artifactId >
197+ </dependency >
198+ <dependency >
199+ <groupId >io.jenkins.plugins</groupId >
200+ <artifactId >json-path-api</artifactId >
202201 </dependency >
203202 <dependency >
204203 <groupId >io.jenkins.plugins</groupId >
You can’t perform that action at this time.
0 commit comments