File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 dependencies -->
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 dependencies -->
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
80102 </plugins >
81103 </build >
82104
83- </project >
105+ </project >
You can’t perform that action at this time.
0 commit comments