Skip to content

Commit 89e399e

Browse files
committed
Minor pom.xml change (add org.jetbrains:annotations)
1 parent 728f3e1 commit 89e399e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@
9090
<artifactId>jackson-annotations</artifactId>
9191
</dependency>
9292

93+
<dependency>
94+
<groupId>org.jetbrains</groupId>
95+
<artifactId>annotations</artifactId>
96+
<version>26.0.1</version>
97+
<scope>provided</scope>
98+
</dependency>
9399
<dependency>
94100
<groupId>org.jetbrains.kotlin</groupId>
95101
<artifactId>kotlin-stdlib</artifactId>
@@ -133,8 +139,8 @@
133139
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
134140
<plugins>
135141
<plugin>
136-
<artifactId>kotlin-maven-plugin</artifactId>
137142
<groupId>org.jetbrains.kotlin</groupId>
143+
<artifactId>kotlin-maven-plugin</artifactId>
138144
<version>${version.kotlin}</version>
139145

140146
<executions>

0 commit comments

Comments
 (0)