File tree Expand file tree Collapse file tree
openapi3/server/petstore/springboot-3-include-http-request-context
server/petstore/springboot-include-http-request-context Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <version >1.0.0-SNAPSHOT</version >
88 <properties >
99 <java .version>17</java .version>
10- <maven .compiler.source>${java.version} </maven .compiler.source>
11- <maven .compiler.target>${java.version} </maven .compiler.target>
10+ <maven .compiler.release>${java.version} </maven .compiler.release>
1211 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1312 <springdoc .version>2.6.0</springdoc .version>
1413 <swagger-ui .version>5.17.14</swagger-ui .version>
1514 </properties >
1615 <parent >
1716 <groupId >org.springframework.boot</groupId >
1817 <artifactId >spring-boot-starter-parent</artifactId >
19- <version >3.1.3 </version >
18+ <version >3.3.13 </version >
2019 <relativePath /> <!-- lookup parent from repository -->
2120 </parent >
2221
23- <repositories >
24- <repository >
25- <id >repository.spring.milestone</id >
26- <name >Spring Milestone Repository</name >
27- <url >https://repo.spring.io/milestone</url >
28- </repository >
29- </repositories >
30- <pluginRepositories >
31- <pluginRepository >
32- <id >spring-milestones</id >
33- <url >https://repo.spring.io/milestone</url >
34- </pluginRepository >
35- </pluginRepositories >
36-
3722 <build >
3823 <sourceDirectory >src/main/java</sourceDirectory >
3924 <plugins >
6651 <artifactId >jsr305</artifactId >
6752 <version >3.0.2</version >
6853 </dependency >
69- <dependency >
70- <groupId >com.fasterxml.jackson.dataformat</groupId >
71- <artifactId >jackson-dataformat-yaml</artifactId >
72- </dependency >
7354 <!-- XML processing: Jackson -->
7455 <dependency >
7556 <groupId >jakarta.xml.bind</groupId >
Original file line number Diff line number Diff line change 6060 <artifactId >jsr305</artifactId >
6161 <version >3.0.2</version >
6262 </dependency >
63- <dependency >
64- <groupId >com.fasterxml.jackson.dataformat</groupId >
65- <artifactId >jackson-dataformat-yaml</artifactId >
66- </dependency >
6763 <dependency >
6864 <groupId >com.fasterxml.jackson.datatype</groupId >
6965 <artifactId >jackson-datatype-jsr310</artifactId >
You can’t perform that action at this time.
0 commit comments