Skip to content

Commit c91e93f

Browse files
committed
remove jta exclusion
1 parent 95df922 commit c91e93f

File tree

5 files changed

+1
-55
lines changed
  • kotlin-insight-client
  • kotlin-jira-client

5 files changed

+1
-55
lines changed

kotlin-insight-client/kotlin-insight-client-sdk/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
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>
@@ -87,12 +81,6 @@
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>

kotlin-insight-client/kotlin-insight-client-test-sdk/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
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>
@@ -65,12 +59,6 @@
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>

kotlin-insight-client/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
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>

kotlin-jira-client/kotlin-jira-client-sdk/pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,11 @@
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>
@@ -69,12 +64,6 @@
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>

kotlin-jira-client/kotlin-jira-client-test-sdk/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
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>
@@ -67,12 +61,6 @@
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>

0 commit comments

Comments
 (0)