Skip to content

Commit b6d22c1

Browse files
timis1timis1
andauthored
JAVA-25771 Look into kotlinx-serialization plugin in kotlin modules (#664)
Co-authored-by: timis1 <[email protected]>
1 parent be57468 commit b6d22c1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@
120120
<artifactId>json</artifactId>
121121
<version>20230227</version>
122122
</dependency>
123-
124-
<dependency>
125-
<groupId>org.jetbrains.kotlinx</groupId>
126-
<artifactId>kotlinx-serialization-json</artifactId>
127-
<version>${serialization.version}</version>
128-
</dependency>
129123
</dependencies>
130124

131125
<build>
@@ -257,11 +251,6 @@
257251
</goals>
258252
</execution>
259253
</executions>
260-
<configuration>
261-
<compilerPlugins>
262-
<plugin>kotlinx-serialization</plugin>
263-
</compilerPlugins>
264-
</configuration>
265254
<dependencies>
266255
<dependency>
267256
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)