File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,4 +143,6 @@ Desktop.ini
143143# #####################
144144# ESLint
145145# #####################
146- .eslintcache
146+ .eslintcache
147+ /.claude /
148+ /CLAUDE.md
Original file line number Diff line number Diff line change 4545 <artifactId >springdoc-openapi-starter-webflux-scalar</artifactId >
4646 <version >${project.version} </version >
4747 </dependency >
48+ <!-- Swagger Core (locked to the version Springdoc is built against) -->
49+ <dependency >
50+ <groupId >io.swagger.core.v3</groupId >
51+ <artifactId >swagger-annotations-jakarta</artifactId >
52+ <version >${swagger-api.version} </version >
53+ </dependency >
54+ <dependency >
55+ <groupId >io.swagger.core.v3</groupId >
56+ <artifactId >swagger-core-jakarta</artifactId >
57+ <version >${swagger-api.version} </version >
58+ </dependency >
59+ <!-- Therapi Javadoc (locked to the version Springdoc is built against) -->
60+ <dependency >
61+ <groupId >com.github.therapi</groupId >
62+ <artifactId >therapi-runtime-javadoc</artifactId >
63+ <version >${therapi-runtime-javadoc.version} </version >
64+ </dependency >
65+ <dependency >
66+ <groupId >com.github.therapi</groupId >
67+ <artifactId >therapi-runtime-javadoc-scribe</artifactId >
68+ <version >${therapi-runtime-javadoc.version} </version >
69+ </dependency >
4870 </dependencies >
4971 </dependencyManagement >
5072
You can’t perform that action at this time.
0 commit comments