1818 </modules >
1919
2020 <properties >
21+ <!--
22+ Spring the framework of choice for writing IT and E2E tests, as it is the most popular framework.
23+ When unsure what to use for a test, use Spring
24+ -->
2125 <springdoc .version>1.6.9</springdoc .version>
2226 <springboot .version>2.5.4</springboot .version>
2327 </properties >
2428
25-
26-
27-
28- <dependencyManagement >
29- <dependencies >
30- <!--
31- Spring Dependencies.
32- Spring the framework of choice for writing IT and E2E tests, as it is the most
33- popular framework.
34- When unsure what to use for a test, use Spring
35- -->
36- <dependency >
37- <groupId >org.springframework.boot</groupId >
38- <artifactId >spring-boot</artifactId >
39- <version >${springboot.version} </version >
40- </dependency >
41- <dependency >
42- <groupId >org.springframework.boot</groupId >
43- <artifactId >spring-boot-starter-web</artifactId >
44- <version >${springboot.version} </version >
45- </dependency >
46- <dependency >
47- <groupId >org.springframework.boot</groupId >
48- <artifactId >spring-boot-starter-data-jpa</artifactId >
49- <version >${springboot.version} </version >
50- </dependency >
51- <dependency >
52- <groupId >org.springframework.boot</groupId >
53- <artifactId >spring-boot-starter-security</artifactId >
54- <version >${springboot.version} </version >
55- </dependency >
56- <dependency >
57- <groupId >org.springframework.boot</groupId >
58- <artifactId >spring-boot-starter-validation</artifactId >
59- <version >${springboot.version} </version >
60- </dependency >
61- <dependency >
62- <groupId >org.springframework.boot</groupId >
63- <artifactId >spring-boot-starter-test</artifactId >
64- <scope >test</scope >
65- <version >${springboot.version} </version >
66- </dependency >
67- <dependency >
68- <groupId >org.springframework.boot</groupId >
69- <artifactId >spring-boot-starter-data-mongodb</artifactId >
70- <version >${springboot.version} </version >
71- </dependency >
72- <dependency >
73- <groupId >org.springframework.boot</groupId >
74- <artifactId >spring-boot-starter-data-redis</artifactId >
75- <version >${springboot.version} </version >
76- </dependency >
77- <dependency >
78- <groupId >org.springframework.data</groupId >
79- <artifactId >spring-data-redis</artifactId >
80- <version >${org.springframework.data.version} </version >
81- </dependency >
82-
83- <!-- SpringFox: Swagger documentation for SpringBoot-->
84- <dependency >
85- <groupId >io.springfox</groupId >
86- <artifactId >springfox-swagger2</artifactId >
87- <version >${springfox.version} </version >
88- </dependency >
89- <dependency >
90- <groupId >io.springfox</groupId >
91- <artifactId >springfox-spring-web</artifactId >
92- <version >${springfox.version} </version >
93- </dependency >
94-
95- <!-- SpringDoc: Swagger/OpenApi documentation for SpringBoot-->
96- <dependency >
97- <groupId >org.springdoc</groupId >
98- <artifactId >springdoc-openapi-ui</artifactId >
99- <version >${springdoc.version} </version >
100- </dependency >
101- <dependency >
102- <groupId >org.springdoc</groupId >
103- <artifactId >springdoc-openapi-security</artifactId >
104- <version >${springdoc.version} </version >
105- </dependency >
106- <dependency >
107- <groupId >org.springdoc</groupId >
108- <artifactId >springdoc-openapi-kotlin</artifactId >
109- <version >${springdoc.version} </version >
110- </dependency >
111-
112- </dependencies >
113- </dependencyManagement >
11429</project >
0 commit comments