File tree Expand file tree Collapse file tree 8 files changed +7
-6
lines changed
kotlin-insight-client-test-applink
kotlin-insight-client-test-ktor
kotlin-insight-client-test-sdk
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 8 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33Provides a Kotlin client for interaction with Atlassian Assets / Insight.
44It provides access to
55
6+
67- InsightObjects
78- Attachments
89- History
Original file line number Diff line number Diff line change 8585 <groupId >com.google.code.gson</groupId >
8686 <artifactId >gson</artifactId >
8787 <version >2.10.1</version >
88- <scope >provided</scope >
8988 </dependency >
9089
9190 <!-- WIRED TEST RUNNER DEPENDENCIES -->
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 <dependency >
2322 <groupId >com.linked-planet.client</groupId >
Original file line number Diff line number Diff line change 105105 <groupId >com.google.code.gson</groupId >
106106 <artifactId >gson</artifactId >
107107 <version >2.10.1</version >
108- <scope >provided</scope >
109108 </dependency >
110109
111110 <dependency >
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