Skip to content

Commit abdcfcf

Browse files
authored
[JAVA-36486] (#1012)
1 parent bcfe9e1 commit abdcfcf

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

kotlin-libraries-data/pom.xml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,20 @@
6262
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
6363
<plugins>
6464
<plugin>
65-
<artifactId>kotlin-maven-plugin</artifactId>
6665
<groupId>org.jetbrains.kotlin</groupId>
66+
<artifactId>kotlin-maven-plugin</artifactId>
6767
<version>${kotlin.version}</version>
6868
<dependencies>
6969
<dependency>
7070
<groupId>org.mapstruct</groupId>
7171
<artifactId>mapstruct-processor</artifactId>
7272
<version>${mapstruct.version}</version>
7373
</dependency>
74+
<dependency>
75+
<groupId>org.jetbrains.kotlin</groupId>
76+
<artifactId>kotlin-maven-serialization</artifactId>
77+
<version>${kotlin.version}</version>
78+
</dependency>
7479
</dependencies>
7580
<executions>
7681
<execution>
@@ -91,13 +96,6 @@
9196
</annotationProcessorPaths>
9297
</configuration>
9398
</execution>
94-
</executions>
95-
</plugin>
96-
<plugin>
97-
<groupId>org.jetbrains.kotlin</groupId>
98-
<artifactId>kotlin-maven-plugin</artifactId>
99-
<version>${kotlin.version}</version>
100-
<executions>
10199
<execution>
102100
<id>compile</id>
103101
<phase>compile</phase>
@@ -111,13 +109,6 @@
111109
<plugin>kotlinx-serialization</plugin>
112110
</compilerPlugins>
113111
</configuration>
114-
<dependencies>
115-
<dependency>
116-
<groupId>org.jetbrains.kotlin</groupId>
117-
<artifactId>kotlin-maven-serialization</artifactId>
118-
<version>${kotlin.version}</version>
119-
</dependency>
120-
</dependencies>
121112
</plugin>
122113
</plugins>
123114
</build>

0 commit comments

Comments
 (0)