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 5
5
<artifactId >springdoc-openapi</artifactId >
6
6
<version >1.5.9-SNAPSHOT</version >
7
7
</parent >
8
+ <properties >
9
+ <spring .version>5.3.6</spring .version>
10
+ </properties >
8
11
<artifactId >springdoc-openapi-kotlin</artifactId >
9
12
<dependencies >
10
13
<!-- springdoc-common -->
31
34
<groupId >org.springdoc</groupId >
32
35
<artifactId >springdoc-openapi-webflux-core</artifactId >
33
36
<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 >
35
50
</dependency >
36
51
</dependencies >
37
52
61
76
<configuration >
62
77
<sourceDirs >
63
78
<sourceDir >${project.basedir} /src/main/java</sourceDir >
79
+ <sourceDir >${project.basedir} /src/main/kotlin</sourceDir >
64
80
</sourceDirs >
65
81
</configuration >
66
82
</execution >
You can’t perform that action at this time.
0 commit comments