File tree Expand file tree Collapse file tree
specs/spring-cloud-contract-spec-kotlin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns=" http://maven.apache.org/POM/4.0.0"
4+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <parent >
77 <groupId >org.springframework.cloud</groupId >
1313 <packaging >jar</packaging >
1414 <name >Spring Cloud Contract Spec Kotlin</name >
1515 <description >Spring Cloud Contract Spec Kotlin</description >
16+ <properties >
17+ <kotlin .version>2.2.21</kotlin .version>
18+ </properties >
19+ <dependencyManagement >
20+ <dependencies >
21+ <dependency >
22+ <groupId >org.jetbrains.kotlin</groupId >
23+ <artifactId >kotlin-bom</artifactId >
24+ <version >${kotlin.version} </version >
25+ <type >pom</type >
26+ <scope >import</scope >
27+ </dependency >
28+ </dependencies >
29+ </dependencyManagement >
1630 <dependencies >
1731 <dependency >
1832 <groupId >org.springframework.cloud</groupId >
102116 </plugin >
103117 </plugins >
104118 </build >
105- </project >
119+ </project >
You can’t perform that action at this time.
0 commit comments