File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 62
62
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
63
63
<plugins >
64
64
<plugin >
65
- <artifactId >kotlin-maven-plugin</artifactId >
66
65
<groupId >org.jetbrains.kotlin</groupId >
66
+ <artifactId >kotlin-maven-plugin</artifactId >
67
67
<version >${kotlin.version} </version >
68
68
<dependencies >
69
69
<dependency >
70
70
<groupId >org.mapstruct</groupId >
71
71
<artifactId >mapstruct-processor</artifactId >
72
72
<version >${mapstruct.version} </version >
73
73
</dependency >
74
+ <dependency >
75
+ <groupId >org.jetbrains.kotlin</groupId >
76
+ <artifactId >kotlin-maven-serialization</artifactId >
77
+ <version >${kotlin.version} </version >
78
+ </dependency >
74
79
</dependencies >
75
80
<executions >
76
81
<execution >
91
96
</annotationProcessorPaths >
92
97
</configuration >
93
98
</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 >
101
99
<execution >
102
100
<id >compile</id >
103
101
<phase >compile</phase >
111
109
<plugin >kotlinx-serialization</plugin >
112
110
</compilerPlugins >
113
111
</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 >
121
112
</plugin >
122
113
</plugins >
123
114
</build >
You can’t perform that action at this time.
0 commit comments