File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 <groupId >org.jetbrains.kotlinx</groupId >
7979 <artifactId >kotlinx-metadata-jvm</artifactId >
8080 <optional >true</optional >
81- <version >0.9.0</version >
8281 </dependency >
8382 <dependency >
8483 <groupId >jakarta.json</groupId >
Original file line number Diff line number Diff line change 2424 <version .io.smallrye.smallrye-config>3.16.0</version .io.smallrye.smallrye-config>
2525 <version .io.smallrye.smallrye-common-classloader>2.15.0</version .io.smallrye.smallrye-common-classloader>
2626 <version .eclipse.microprofile.openapi>4.1.1</version .eclipse.microprofile.openapi>
27+ <version .kotlinx-metadata-jvm>0.9.0</version .kotlinx-metadata-jvm>
2728 <version .org.hamcrest>1.3</version .org.hamcrest>
2829 <version .org.hamcrest.java-hamcrest>2.0.0.0</version .org.hamcrest.java-hamcrest>
2930 <version .org.skyscreamer>1.5.3</version .org.skyscreamer>
118119 <scope >import</scope >
119120 <type >pom</type >
120121 </dependency >
122+ <dependency >
123+ <groupId >org.jetbrains.kotlinx</groupId >
124+ <artifactId >kotlinx-metadata-jvm</artifactId >
125+ <version >${version.kotlinx-metadata-jvm} </version >
126+ </dependency >
121127
122128 <!-- SmallRye Projects -->
123129 <dependency >
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ dependencies {
3030 implementation(" io.smallrye:smallrye-open-api-spring:${ version} " )
3131 implementation(" io.smallrye:smallrye-open-api-vertx:${ version} " )
3232 implementation(" io.smallrye.config:smallrye-config:${ versionConfig} " )
33+ implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:${ versionKotlinxMetadata} " )
3334
3435 testRuntimeOnly(" org.junit.platform:junit-platform-launcher:${ versionJunit} " )
3536 testImplementation(" org.junit.jupiter:junit-jupiter:${ versionJunit} " )
Original file line number Diff line number Diff line change 4242 <artifactId >smallrye-config</artifactId >
4343 <scope >compile</scope >
4444 </dependency >
45+ <dependency >
46+ <groupId >org.jetbrains.kotlinx</groupId >
47+ <artifactId >kotlinx-metadata-jvm</artifactId >
48+ </dependency >
4549 </dependencies >
4650
4751 <build >
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ version=${project.version}
55versionConfig =${version.io.smallrye.smallrye-config}
66versionJackson =${jackson-bom.version}
77versionJunit =${version.junit}
8+ versionKotlinxMetadata =${version.kotlinx-metadata-jvm}
Original file line number Diff line number Diff line change 6363 <artifactId >smallrye-config</artifactId >
6464 <scope >compile</scope >
6565 </dependency >
66+ <dependency >
67+ <groupId >org.jetbrains.kotlinx</groupId >
68+ <artifactId >kotlinx-metadata-jvm</artifactId >
69+ </dependency >
6670
6771 <dependency >
6872 <groupId >com.soebes.itf.jupiter.extension</groupId >
You can’t perform that action at this time.
0 commit comments