We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728f3e1 commit 89e399eCopy full SHA for 89e399e
pom.xml
@@ -90,6 +90,12 @@
90
<artifactId>jackson-annotations</artifactId>
91
</dependency>
92
93
+ <dependency>
94
+ <groupId>org.jetbrains</groupId>
95
+ <artifactId>annotations</artifactId>
96
+ <version>26.0.1</version>
97
+ <scope>provided</scope>
98
+ </dependency>
99
<dependency>
100
<groupId>org.jetbrains.kotlin</groupId>
101
<artifactId>kotlin-stdlib</artifactId>
@@ -133,8 +139,8 @@
133
139
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
134
140
<plugins>
135
141
<plugin>
136
- <artifactId>kotlin-maven-plugin</artifactId>
137
142
143
+ <artifactId>kotlin-maven-plugin</artifactId>
138
144
<version>${version.kotlin}</version>
145
146
<executions>
0 commit comments