Skip to content

Commit d682e3f

Browse files
committed
homogenize dependencies
1 parent c91e93f commit d682e3f

File tree

3 files changed

+10
-29
lines changed
  • kotlin-insight-client
  • kotlin-jira-client/kotlin-jira-client-sdk

3 files changed

+10
-29
lines changed

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<dependency>
2525
<groupId>com.atlassian.jira</groupId>
2626
<artifactId>jira-api</artifactId>
27-
<version>${jira.version}</version>
2827
<scope>provided</scope>
2928
</dependency>
3029
<dependency>
@@ -69,25 +68,5 @@
6968
</exclusion>
7069
</exclusions>
7170
</dependency>
72-
<dependency>
73-
<groupId>com.atlassian.servicedesk</groupId>
74-
<artifactId>insight-core-model</artifactId>
75-
<version>${insight.version}</version>
76-
<scope>provided</scope>
77-
</dependency>
78-
<dependency>
79-
<groupId>com.atlassian.servicedesk</groupId>
80-
<artifactId>insight-core-persistence</artifactId>
81-
<version>${insight.version}</version>
82-
<scope>provided</scope>
83-
</dependency>
84-
85-
<!-- Others -->
86-
<dependency>
87-
<groupId>javax.inject</groupId>
88-
<artifactId>javax.inject</artifactId>
89-
<version>1</version>
90-
<scope>provided</scope>
91-
</dependency>
9271
</dependencies>
9372
</project>

kotlin-insight-client/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<module>kotlin-insight-client-sdk</module>
2020
</modules>
2121

22+
<properties>
23+
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
24+
<atlassian.spring.scanner.version>2.2.1</atlassian.spring.scanner.version>
25+
</properties>
26+
2227
<dependencyManagement>
2328
<dependencies>
2429
<!-- Atlassian -->

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<artifactId>jira-api</artifactId>
4444
<scope>provided</scope>
4545
</dependency>
46-
4746
<dependency>
4847
<groupId>com.atlassian.jira</groupId>
4948
<artifactId>jira-core</artifactId>
@@ -59,13 +58,6 @@
5958
</exclusion>
6059
</exclusions>
6160
</dependency>
62-
63-
<dependency>
64-
<groupId>com.atlassian.jira</groupId>
65-
<artifactId>jira-rest-plugin</artifactId>
66-
<scope>provided</scope>
67-
</dependency>
68-
6961
<dependency>
7062
<groupId>com.atlassian.jira.plugins</groupId>
7163
<artifactId>insight</artifactId>
@@ -93,5 +85,10 @@
9385
</exclusion>
9486
</exclusions>
9587
</dependency>
88+
<dependency>
89+
<groupId>com.atlassian.jira</groupId>
90+
<artifactId>jira-rest-plugin</artifactId>
91+
<scope>provided</scope>
92+
</dependency>
9693
</dependencies>
9794
</project>

0 commit comments

Comments
 (0)