File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55 <parent >
6- <groupId >org.springframework.boot</groupId >
7- <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.4.3</version >
9- <relativePath /> <!-- lookup parent from repository -->
6+ <groupId >org.entur.gbfs</groupId >
7+ <artifactId >gbfs-validator-java-parent</artifactId >
8+ <version >2.0.34-SNAPSHOT</version >
109 </parent >
11- < groupId >org.entur.gbfs</ groupId >
10+
1211 <artifactId >gbfs-validator-java-api</artifactId >
13- <version >0 .0.1 -SNAPSHOT</version >
12+ <version >2 .0.34 -SNAPSHOT</version >
1413 <name >gbfs-validator-java-api</name >
1514 <description >gbfs-validator-java-api</description >
1615 <url />
3332 <junit-platform .version>1.10.2</junit-platform .version>
3433 <openapi-generator-maven-plugin >6.0.0</openapi-generator-maven-plugin >
3534 </properties >
35+
36+ <dependencyManagement >
37+ <dependencies >
38+ <dependency >
39+ <groupId >org.springframework.boot</groupId >
40+ <artifactId >spring-boot-dependencies</artifactId >
41+ <version >3.4.3</version >
42+ <type >pom</type >
43+ <scope >import</scope >
44+ </dependency >
45+ </dependencies >
46+ </dependencyManagement >
47+
3648 <dependencies >
3749 <dependency >
3850 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments