File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
kotlin-jira-client-test-applink
kotlin-jira-client-test-base
kotlin-jira-client-test-ktor
kotlin-jira-client-test-sdk Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8787 <groupId >com.google.code.gson</groupId >
8888 <artifactId >gson</artifactId >
8989 <version >2.10.1</version >
90- <scope >provided</scope >
9190 </dependency >
9291
9392 <dependency >
Original file line number Diff line number Diff line change 2828 <artifactId >kotlin-http-client-api</artifactId >
2929 <version >${project.version} </version >
3030 </dependency >
31+ <dependency >
32+ <groupId >com.google.code.gson</groupId >
33+ <artifactId >gson</artifactId >
34+ <version >2.10.1</version >
35+ <scope >provided</scope >
36+ </dependency >
3137
3238 <!-- External -->
3339 <dependency >
Original file line number Diff line number Diff line change 1717 <groupId >com.google.code.gson</groupId >
1818 <artifactId >gson</artifactId >
1919 <version >2.10.1</version >
20- <scope >provided</scope >
2120 </dependency >
2221
2322 <!-- kotlin-jira-client -->
Original file line number Diff line number Diff line change 107107 <groupId >com.google.code.gson</groupId >
108108 <artifactId >gson</artifactId >
109109 <version >2.10.1</version >
110- <scope >provided</scope >
111110 </dependency >
112111
113112 <dependency >
You can’t perform that action at this time.
0 commit comments