We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f989c9 commit acd89a3Copy full SHA for acd89a3
1 file changed
samples/openapi3/server/petstore/springboot-jspecify/pom.xml
@@ -88,11 +88,11 @@
88
<groupId>com.fasterxml.jackson.core</groupId>
89
<artifactId>jackson-databind</artifactId>
90
</dependency>
91
- <dependency>
92
- <groupId>org.jspecify</groupId>
93
- <artifactId>jspecify</artifactId>
94
- <version>1.0.0</version>
95
- </dependency>
+ <dependency>
+ <groupId>org.jspecify</groupId>
+ <artifactId>jspecify</artifactId>
+ <version>1.0.0</version>
+ </dependency>
96
<dependency>
97
<groupId>org.springframework.boot</groupId>
98
<artifactId>spring-boot-starter-test</artifactId>
0 commit comments