Skip to content

Commit 2431b98

Browse files
committed
update amps; add platform 6.5 BOM
1 parent aed4e21 commit 2431b98

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

pom.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
</modules>
2020

2121
<properties>
22+
<!-- https://mvnrepository.com/artifact/com.atlassian.platform.dependencies/platform-deps/ -->
23+
<platform.version>6.5.46</platform.version>
24+
2225
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2326
<maven.compiler.source>17</maven.compiler.source>
2427
<maven.compiler.target>17</maven.compiler.target>
@@ -33,7 +36,7 @@
3336
<servicedesk.version>5.12.10</servicedesk.version>
3437
<jira.http.port>2990</jira.http.port>
3538
<atlassian.spring.scanner.version>2.2.1</atlassian.spring.scanner.version>
36-
<amps.version>8.9.2</amps.version>
39+
<amps.version>9.3.3</amps.version><!-- OK to use a newer version of AMPS with an older version of the SDK. -->
3740
<insight.version>10.12.1-QR-0157</insight.version>
3841
<confluence.version>9.2.3</confluence.version>
3942
<atlassian-plugins-osgi-testrunner.version>2.0.9</atlassian-plugins-osgi-testrunner.version>
@@ -64,6 +67,27 @@
6467
<artifactId>junit</artifactId>
6568
<version>4.13.2</version>
6669
</dependency>
70+
<dependency>
71+
<groupId>com.atlassian.platform.dependencies</groupId>
72+
<artifactId>platform-public-api</artifactId>
73+
<version>${platform.version}</version>
74+
<type>pom</type>
75+
<scope>import</scope>
76+
</dependency>
77+
<dependency>
78+
<groupId>com.atlassian.platform.dependencies</groupId>
79+
<artifactId>platform-deprecated-public-api</artifactId>
80+
<version>${platform.version}</version>
81+
<type>pom</type>
82+
<scope>import</scope>
83+
</dependency>
84+
<dependency>
85+
<groupId>io.arrow-kt</groupId>
86+
<artifactId>arrow-stack</artifactId>
87+
<version>${arrow.version}</version>
88+
<type>pom</type>
89+
<scope>import</scope>
90+
</dependency>
6791
</dependencies>
6892
</dependencyManagement>
6993

0 commit comments

Comments
 (0)