Skip to content

Commit d8dfbf3

Browse files
committed
Uses GSON-api plugin rather than the library directly
1 parent 64eb415 commit d8dfbf3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
<artifactId>configuration-as-code</artifactId>
9696
<optional>true</optional>
9797
</dependency>
98+
<dependency>
99+
<groupId>io.jenkins.plugins</groupId>
100+
<artifactId>gson-api</artifactId>
101+
</dependency>
98102
<!-- plugin dependencies -->
99103
<dependency>
100104
<groupId>org.jenkins-ci.plugins</groupId>
@@ -106,12 +110,6 @@
106110
<version>2.35.0</version>
107111
<scope>test</scope>
108112
</dependency>
109-
<dependency>
110-
<groupId>com.google.code.gson</groupId>
111-
<artifactId>gson</artifactId>
112-
<version>2.9.1</version>
113-
<scope>test</scope>
114-
</dependency>
115113

116114
<!-- test dependencies -->
117115
<dependency>

0 commit comments

Comments
 (0)