File tree Expand file tree Collapse file tree 5 files changed +52
-3
lines changed
kotlin-insight-client-test-applink
kotlin-insight-client-test-sdk
kotlin-jira-client-test-applink
kotlin-jira-client-test-sdk Expand file tree Collapse file tree 5 files changed +52
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments