Skip to content

Commit 78df410

Browse files
authored
Merge pull request #40 from linked-planet/feature/remove_jta
Feature/remove jta
2 parents 92d2e67 + 45055c7 commit 78df410

File tree

4 files changed

+0
-30
lines changed
  • kotlin-insight-client
  • kotlin-jira-client

4 files changed

+0
-30
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
<artifactId>jira-core</artifactId>
3232
<scope>provided</scope>
3333
<exclusions>
34-
<exclusion>
35-
<groupId>jta</groupId>
36-
<artifactId>jta</artifactId>
37-
</exclusion>
3834
<exclusion>
3935
<groupId>jndi</groupId>
4036
<artifactId>jndi</artifactId>

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
<artifactId>jira-core</artifactId>
4545
<scope>provided</scope>
4646
<exclusions>
47-
<exclusion>
48-
<groupId>jta</groupId>
49-
<artifactId>jta</artifactId>
50-
</exclusion>
5147
<exclusion>
5248
<groupId>jndi</groupId>
5349
<artifactId>jndi</artifactId>
@@ -109,13 +105,6 @@
109105
<scope>provided</scope>
110106
</dependency>
111107

112-
<dependency>
113-
<groupId>jta</groupId>
114-
<artifactId>jta</artifactId>
115-
<version>1.0.1b</version>
116-
<scope>provided</scope>
117-
</dependency>
118-
119108
<dependency>
120109
<groupId>javax.ws.rs</groupId>
121110
<artifactId>jsr311-api</artifactId>

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
<artifactId>jira-core</artifactId>
4949
<scope>provided</scope>
5050
<exclusions>
51-
<exclusion>
52-
<groupId>jta</groupId>
53-
<artifactId>jta</artifactId>
54-
</exclusion>
5551
<exclusion>
5652
<groupId>jndi</groupId>
5753
<artifactId>jndi</artifactId>

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
<artifactId>jira-core</artifactId>
4545
<scope>provided</scope>
4646
<exclusions>
47-
<exclusion>
48-
<groupId>jta</groupId>
49-
<artifactId>jta</artifactId>
50-
</exclusion>
5147
<exclusion>
5248
<groupId>jndi</groupId>
5349
<artifactId>jndi</artifactId>
@@ -109,13 +105,6 @@
109105
<scope>provided</scope>
110106
</dependency>
111107

112-
<dependency>
113-
<groupId>jta</groupId>
114-
<artifactId>jta</artifactId>
115-
<version>1.0.1b</version>
116-
<scope>provided</scope>
117-
</dependency>
118-
119108
<dependency>
120109
<groupId>javax.ws.rs</groupId>
121110
<artifactId>jsr311-api</artifactId>

0 commit comments

Comments
 (0)