File tree Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 25
25
<groupId >org.springframework.boot</groupId >
26
26
<artifactId >spring-boot-starter-web</artifactId >
27
27
</dependency >
28
+
28
29
<dependency >
29
30
<groupId >org.yaml</groupId >
30
31
<artifactId >snakeyaml</artifactId >
31
32
<version >2.0</version >
32
33
</dependency >
34
+
33
35
<dependency >
34
36
<groupId >io.swagger.core.v3</groupId >
35
37
<artifactId >swagger-annotations</artifactId >
36
38
<version >2.2.6</version >
37
39
</dependency >
40
+
38
41
<dependency >
39
42
<groupId >io.swagger</groupId >
40
43
<artifactId >swagger-models</artifactId >
41
44
<version >1.6.8</version >
42
45
</dependency >
46
+
43
47
<dependency >
44
48
<groupId >com.fasterxml.jackson.core</groupId >
45
49
<artifactId >jackson-annotations</artifactId >
46
50
</dependency >
51
+
52
+ <dependency >
53
+ <groupId >com.fasterxml.jackson.core</groupId >
54
+ <artifactId >jackson-databind</artifactId >
55
+ <version >2.13.4.2</version >
56
+ </dependency >
57
+
47
58
<dependency >
48
59
<groupId >javax.validation</groupId >
49
60
<artifactId >validation-api</artifactId >
50
61
<version >2.0.1.Final</version >
51
62
</dependency >
63
+
52
64
<dependency >
53
65
<groupId >org.apache.tomcat</groupId >
54
66
<artifactId >tomcat-annotations-api</artifactId >
55
67
<version >9.0.16</version >
56
68
</dependency >
69
+
57
70
<dependency >
58
71
<groupId >org.threeten</groupId >
59
72
<artifactId >threetenbp</artifactId >
60
73
<version >1.5.1</version >
61
74
</dependency >
75
+
62
76
<dependency >
63
77
<groupId >org.assertj</groupId >
64
78
<artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 25
25
schema :
26
26
$ref : ' #/components/schemas/NewRepresentativeModel'
27
27
required : true
28
-
29
28
responses :
30
29
' 201 ' :
31
30
description : Successful operation
47
46
' 200 ' :
48
47
description : Successful operation
49
48
content :
50
- multipart/form-data :
49
+ application/json :
51
50
schema :
52
51
type : array
53
52
items :
Original file line number Diff line number Diff line change 56
56
<version >3.1.1</version >
57
57
</dependency >
58
58
59
+ <dependency >
60
+ <groupId >org.springframework.boot</groupId >
61
+ <artifactId >spring-boot-starter-thymeleaf</artifactId >
62
+ </dependency >
63
+
59
64
<dependency >
60
65
<groupId >org.springframework.boot</groupId >
61
66
<artifactId >spring-boot-starter-test</artifactId >
67
72
<artifactId >h2</artifactId >
68
73
<scope >test</scope >
69
74
</dependency >
75
+
70
76
<dependency >
71
77
<groupId >com.csaba79coder</groupId >
72
78
<artifactId >api-contract</artifactId >
73
79
<version >3.0.2</version >
74
80
<scope >compile</scope >
75
81
</dependency >
76
- <dependency >
77
- <groupId >org.apache.tomcat</groupId >
78
- <artifactId >tomcat-annotations-api</artifactId >
79
- </dependency >
82
+
80
83
</dependencies >
81
84
82
85
<build >
You can’t perform that action at this time.
0 commit comments