File tree Expand file tree Collapse file tree 2 files changed +838
-1
lines changed
src/main/kotlin/org/springdoc/kotlin Expand file tree Collapse file tree 2 files changed +838
-1
lines changed Original file line number Diff line number Diff line change 55 <artifactId >springdoc-openapi</artifactId >
66 <version >1.5.9-SNAPSHOT</version >
77 </parent >
8+ <properties >
9+ <spring .version>5.3.6</spring .version>
10+ </properties >
811 <artifactId >springdoc-openapi-kotlin</artifactId >
912 <dependencies >
1013 <!-- springdoc-common -->
3134 <groupId >org.springdoc</groupId >
3235 <artifactId >springdoc-openapi-webflux-core</artifactId >
3336 <version >${project.version} </version >
34- <scope >test</scope >
37+ <scope >provided</scope >
38+ </dependency >
39+ <dependency >
40+ <groupId >org.springdoc</groupId >
41+ <artifactId >springdoc-openapi-webflux-ui</artifactId >
42+ <version >${project.version} </version >
43+ <scope >provided</scope >
44+ </dependency >
45+ <dependency >
46+ <groupId >org.springframework</groupId >
47+ <artifactId >spring-webflux</artifactId >
48+ <version >${spring.version} </version >
49+ <scope >provided</scope >
3550 </dependency >
3651 </dependencies >
3752
6176 <configuration >
6277 <sourceDirs >
6378 <sourceDir >${project.basedir} /src/main/java</sourceDir >
79+ <sourceDir >${project.basedir} /src/main/kotlin</sourceDir >
6480 </sourceDirs >
6581 </configuration >
6682 </execution >
You can’t perform that action at this time.
0 commit comments