Skip to content

Commit bf582b7

Browse files
committed
Cleanup in pom.xmls
1 parent e82b1da commit bf582b7

File tree

5 files changed

+12
-24
lines changed

5 files changed

+12
-24
lines changed

kotlin-insight-client/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,6 @@
1717
<module>kotlin-insight-client-http</module>
1818
</modules>
1919

20-
<!-- TODO: combine with kotlin-jira-client -->
21-
<properties>
22-
<insight.version>10.4.2</insight.version>
23-
<confluence.version>7.4.18</confluence.version>
24-
</properties>
25-
26-
<!-- TODO: combine with kotlin-jira-client -->
27-
<dependencyManagement>
28-
<dependencies>
29-
<dependency>
30-
<groupId>org.jetbrains.kotlinx</groupId>
31-
<artifactId>kotlinx-coroutines-core</artifactId>
32-
<version>1.3.3</version>
33-
</dependency>
34-
</dependencies>
35-
</dependencyManagement>
36-
3720
<build>
3821
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
3922
<resources>
@@ -75,7 +58,6 @@
7558
<plugin>
7659
<groupId>org.apache.maven.plugins</groupId>
7760
<artifactId>maven-antrun-plugin</artifactId>
78-
<version>3.0.0</version>
7961
<executions>
8062
<execution>
8163
<id>show-home-warning</id>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-antrun-plugin</artifactId>
212-
<version>3.0.0</version>
213212
<executions>
214213
<execution>
215214
<id>show-home-warning</id>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@
251251
<plugin>
252252
<groupId>org.apache.maven.plugins</groupId>
253253
<artifactId>maven-antrun-plugin</artifactId>
254-
<version>3.0.0</version>
255254
<executions>
256255
<execution>
257256
<id>show-home-warning</id>

kotlin-jira-client/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
<properties>
2323
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
2424
<atlassian.spring.scanner.version>2.2.1</atlassian.spring.scanner.version>
25-
26-
<insight.version>10.4.2</insight.version>
27-
<confluence.version>7.4.18</confluence.version>
2825
</properties>
2926

3027
<dependencyManagement>
@@ -109,7 +106,6 @@
109106
<plugin>
110107
<groupId>org.apache.maven.plugins</groupId>
111108
<artifactId>maven-antrun-plugin</artifactId>
112-
<version>3.0.0</version>
113109
<executions>
114110
<execution>
115111
<id>show-home-warning</id>

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<servicedesk.version>5.4.2</servicedesk.version>
3030
<jira.http.port>2990</jira.http.port>
3131
<amps.version>8.9.1</amps.version>
32+
<insight.version>10.4.2</insight.version>
33+
<confluence.version>7.4.18</confluence.version>
3234
</properties>
3335

3436
<dependencies>
@@ -51,6 +53,11 @@
5153

5254
<dependencyManagement>
5355
<dependencies>
56+
<dependency>
57+
<groupId>org.jetbrains.kotlinx</groupId>
58+
<artifactId>kotlinx-coroutines-core</artifactId>
59+
<version>1.3.3</version>
60+
</dependency>
5461
<dependency>
5562
<groupId>junit</groupId>
5663
<artifactId>junit</artifactId>
@@ -258,6 +265,11 @@
258265
<artifactId>jira-maven-plugin</artifactId>
259266
<version>${amps.version}</version>
260267
</plugin>
268+
<plugin>
269+
<groupId>org.apache.maven.plugins</groupId>
270+
<artifactId>maven-antrun-plugin</artifactId>
271+
<version>3.0.0</version>
272+
</plugin>
261273
</plugins>
262274
</pluginManagement>
263275
</build>

0 commit comments

Comments
 (0)