File tree Expand file tree Collapse file tree 3 files changed +10
-29
lines changed
kotlin-insight-client-sdk
kotlin-jira-client/kotlin-jira-client-sdk Expand file tree Collapse file tree 3 files changed +10
-29
lines changed Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >com.atlassian.jira</groupId >
2626 <artifactId >jira-api</artifactId >
27- <version >${jira.version} </version >
2827 <scope >provided</scope >
2928 </dependency >
3029 <dependency >
6968 </exclusion >
7069 </exclusions >
7170 </dependency >
72- <dependency >
73- <groupId >com.atlassian.servicedesk</groupId >
74- <artifactId >insight-core-model</artifactId >
75- <version >${insight.version} </version >
76- <scope >provided</scope >
77- </dependency >
78- <dependency >
79- <groupId >com.atlassian.servicedesk</groupId >
80- <artifactId >insight-core-persistence</artifactId >
81- <version >${insight.version} </version >
82- <scope >provided</scope >
83- </dependency >
84-
85- <!-- Others -->
86- <dependency >
87- <groupId >javax.inject</groupId >
88- <artifactId >javax.inject</artifactId >
89- <version >1</version >
90- <scope >provided</scope >
91- </dependency >
9271 </dependencies >
9372</project >
Original file line number Diff line number Diff line change 1919 <module >kotlin-insight-client-sdk</module >
2020 </modules >
2121
22+ <properties >
23+ <atlassian .plugin.key>${project.groupId} .${project.artifactId} </atlassian .plugin.key>
24+ <atlassian .spring.scanner.version>2.2.1</atlassian .spring.scanner.version>
25+ </properties >
26+
2227 <dependencyManagement >
2328 <dependencies >
2429 <!-- Atlassian -->
Original file line number Diff line number Diff line change 4343 <artifactId >jira-api</artifactId >
4444 <scope >provided</scope >
4545 </dependency >
46-
4746 <dependency >
4847 <groupId >com.atlassian.jira</groupId >
4948 <artifactId >jira-core</artifactId >
5958 </exclusion >
6059 </exclusions >
6160 </dependency >
62-
63- <dependency >
64- <groupId >com.atlassian.jira</groupId >
65- <artifactId >jira-rest-plugin</artifactId >
66- <scope >provided</scope >
67- </dependency >
68-
6961 <dependency >
7062 <groupId >com.atlassian.jira.plugins</groupId >
7163 <artifactId >insight</artifactId >
9385 </exclusion >
9486 </exclusions >
9587 </dependency >
88+ <dependency >
89+ <groupId >com.atlassian.jira</groupId >
90+ <artifactId >jira-rest-plugin</artifactId >
91+ <scope >provided</scope >
92+ </dependency >
9693 </dependencies >
9794</project >
You can’t perform that action at this time.
0 commit comments