File tree Expand file tree Collapse file tree 5 files changed +1
-55
lines changed
kotlin-insight-client-sdk
kotlin-insight-client-test-sdk
kotlin-jira-client-test-sdk Expand file tree Collapse file tree 5 files changed +1
-55
lines changed Original file line number Diff line number Diff line change 2020 <version >${project.version} </version >
2121 </dependency >
2222
23- <!-- Kotlin -->
24- <dependency >
25- <groupId >org.jetbrains.kotlinx</groupId >
26- <artifactId >kotlinx-coroutines-core</artifactId >
27- </dependency >
28-
2923 <!-- Atlassian -->
3024 <dependency >
3125 <groupId >com.atlassian.jira</groupId >
8781 <version >${insight.version} </version >
8882 <scope >provided</scope >
8983 </dependency >
90- <dependency >
91- <groupId >com.atlassian.plugin</groupId >
92- <artifactId >atlassian-spring-scanner-annotation</artifactId >
93- <version >${atlassian.spring.scanner.version} </version >
94- <scope >provided</scope >
95- </dependency >
9684
9785 <!-- Others -->
9886 <dependency >
Original file line number Diff line number Diff line change 3737 <groupId >com.atlassian.jira</groupId >
3838 <artifactId >jira-api</artifactId >
3939 <scope >provided</scope >
40- <exclusions >
41- <exclusion >
42- <groupId >jta</groupId >
43- <artifactId >jta</artifactId >
44- </exclusion >
45- </exclusions >
4640 </dependency >
4741
4842 <dependency >
6559 <groupId >com.atlassian.jira</groupId >
6660 <artifactId >jira-rest-plugin</artifactId >
6761 <scope >provided</scope >
68- <exclusions >
69- <exclusion >
70- <groupId >jta</groupId >
71- <artifactId >jta</artifactId >
72- </exclusion >
73- </exclusions >
7462 </dependency >
7563
7664 <dependency >
Original file line number Diff line number Diff line change 2626 <groupId >com.atlassian.jira</groupId >
2727 <artifactId >jira-api</artifactId >
2828 <version >${jira.version} </version >
29- <scope >provided</scope >
30- <exclusions >
31- <exclusion >
32- <groupId >jta</groupId >
33- <artifactId >jta</artifactId >
34- </exclusion >
35- </exclusions >
3629 </dependency >
3730 <dependency >
3831 <groupId >com.atlassian.jira</groupId >
Original file line number Diff line number Diff line change 3737 <version >${fasterxml.jackson.version} </version >
3838 </dependency >
3939
40+ <!-- Atlassian -->
4041 <dependency >
4142 <groupId >com.atlassian.jira</groupId >
4243 <artifactId >jira-api</artifactId >
4344 <scope >provided</scope >
44- <exclusions >
45- <exclusion >
46- <groupId >jta</groupId >
47- <artifactId >jta</artifactId >
48- </exclusion >
49- </exclusions >
5045 </dependency >
5146
5247 <dependency >
6964 <groupId >com.atlassian.jira</groupId >
7065 <artifactId >jira-rest-plugin</artifactId >
7166 <scope >provided</scope >
72- <exclusions >
73- <exclusion >
74- <groupId >jta</groupId >
75- <artifactId >jta</artifactId >
76- </exclusion >
77- </exclusions >
7867 </dependency >
7968
8069 <dependency >
Original file line number Diff line number Diff line change 3939 <groupId >com.atlassian.jira</groupId >
4040 <artifactId >jira-api</artifactId >
4141 <scope >provided</scope >
42- <exclusions >
43- <exclusion >
44- <groupId >jta</groupId >
45- <artifactId >jta</artifactId >
46- </exclusion >
47- </exclusions >
4842 </dependency >
4943
5044 <dependency >
6761 <groupId >com.atlassian.jira</groupId >
6862 <artifactId >jira-rest-plugin</artifactId >
6963 <scope >provided</scope >
70- <exclusions >
71- <exclusion >
72- <groupId >jta</groupId >
73- <artifactId >jta</artifactId >
74- </exclusion >
75- </exclusions >
7664 </dependency >
7765
7866 <dependency >
You can’t perform that action at this time.
0 commit comments