Skip to content

Commit 4cc1fa1

Browse files
authored
Use json-path-api plugin (#363)
Signed-off-by: Valentin Delaye <[email protected]>
1 parent c265adc commit 4cc1fa1

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

pom.xml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@
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

@@ -129,6 +124,10 @@
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>
@@ -177,6 +176,10 @@
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>
@@ -189,16 +192,12 @@
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>

0 commit comments

Comments
 (0)