Skip to content

Commit e69870c

Browse files
committed
updated files
1 parent 14a7f78 commit e69870c

2 files changed

Lines changed: 2 additions & 25 deletions

File tree

  • samples
    • openapi3/server/petstore/springboot-3-include-http-request-context
    • server/petstore/springboot-include-http-request-context

samples/openapi3/server/petstore/springboot-3-include-http-request-context/pom.xml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,18 @@
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>
@@ -66,10 +51,6 @@
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>

samples/server/petstore/springboot-include-http-request-context/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
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>

0 commit comments

Comments
 (0)