Skip to content

Commit 6b5a8c7

Browse files
committed
bump testrunner to the jakarta version
1 parent e5ea789 commit 6b5a8c7

File tree

5 files changed

+52
-3
lines changed
  • kotlin-insight-client
    • kotlin-insight-client-test-sdk
  • kotlin-jira-client
    • kotlin-jira-client-test-sdk

5 files changed

+52
-3
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,18 @@
9292
<artifactId>atlassian-plugins-osgi-testrunner</artifactId>
9393
<version>${atlassian-plugins-osgi-testrunner.version}</version>
9494
<scope>test</scope>
95+
<exclusions>
96+
<exclusion>
97+
<groupId>com.atlassian.upm</groupId>
98+
<artifactId>upm-api</artifactId>
99+
</exclusion>
100+
</exclusions>
101+
</dependency>
102+
<dependency>
103+
<groupId>com.atlassian.upm</groupId>
104+
<artifactId>upm-api</artifactId>
105+
<version>7.0.0</version>
106+
<scope>test</scope>
95107
</dependency>
96108
</dependencies>
97109

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,18 @@
146146
<artifactId>atlassian-plugins-osgi-testrunner</artifactId>
147147
<version>${atlassian-plugins-osgi-testrunner.version}</version>
148148
<scope>test</scope>
149+
<exclusions>
150+
<exclusion>
151+
<groupId>com.atlassian.upm</groupId>
152+
<artifactId>upm-api</artifactId>
153+
</exclusion>
154+
</exclusions>
155+
</dependency>
156+
<dependency>
157+
<groupId>com.atlassian.upm</groupId>
158+
<artifactId>upm-api</artifactId>
159+
<version>7.0.0</version>
160+
<scope>test</scope>
149161
</dependency>
150162
</dependencies>
151163

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,18 @@
9292
<artifactId>atlassian-plugins-osgi-testrunner</artifactId>
9393
<version>${atlassian-plugins-osgi-testrunner.version}</version>
9494
<scope>test</scope>
95+
<exclusions>
96+
<exclusion>
97+
<groupId>com.atlassian.upm</groupId>
98+
<artifactId>upm-api</artifactId>
99+
</exclusion>
100+
</exclusions>
101+
</dependency>
102+
<dependency>
103+
<groupId>com.atlassian.upm</groupId>
104+
<artifactId>upm-api</artifactId>
105+
<version>7.0.0</version>
106+
<scope>test</scope>
95107
</dependency>
96108
</dependencies>
97109

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,23 @@
146146
<artifactId>atlassian-plugins-osgi-testrunner</artifactId>
147147
<version>${atlassian-plugins-osgi-testrunner.version}</version>
148148
<scope>test</scope>
149+
<exclusions>
150+
<exclusion>
151+
<groupId>com.atlassian.upm</groupId>
152+
<artifactId>upm-api</artifactId>
153+
</exclusion>
154+
</exclusions>
149155
</dependency>
156+
<dependency>
157+
<groupId>com.atlassian.upm</groupId>
158+
<artifactId>upm-api</artifactId>
159+
<version>7.0.0</version>
160+
<scope>test</scope>
161+
</dependency>
162+
150163
</dependencies>
151164

165+
152166
<build>
153167
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
154168

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@
4242
<amps.version>9.3.3</amps.version><!-- OK to use a newer version of AMPS with an older version of the SDK. -->
4343
<insight.version>10.12.1-QR-0157</insight.version>
4444
<confluence.version>9.2.3</confluence.version>
45-
<atlassian-plugins-osgi-testrunner.version>2.0.9</atlassian-plugins-osgi-testrunner.version>
45+
<atlassian-plugins-osgi-testrunner.version>4.0.0-jakarta-m001</atlassian-plugins-osgi-testrunner.version>
4646
</properties>
47-
48-
<dependencies>
47+
<dependencies>
4948
<dependency>
5049
<groupId>io.arrow-kt</groupId>
5150
<artifactId>arrow-core</artifactId>

0 commit comments

Comments
 (0)