|
38 | 38 | <groupId>org.springframework.boot</groupId>
|
39 | 39 | <artifactId>spring-boot-starter-jpa</artifactId>
|
40 | 40 | </dependency>
|
41 |
| - |
42 | 41 | <dependency>
|
43 | 42 | <groupId>org.springframework.boot</groupId>
|
44 | 43 | <artifactId>spring-boot-starter-security</artifactId>
|
|
51 | 50 | <groupId>org.springframework.boot</groupId>
|
52 | 51 | <artifactId>spring-boot-starter-webflux</artifactId>
|
53 | 52 | </dependency>
|
54 |
| - <dependency> |
55 |
| - <groupId>org.springframework.boot</groupId> |
56 |
| - <artifactId>spring-boot-starter-data-mongodb</artifactId> |
57 |
| - </dependency> |
58 |
| - <dependency> |
59 |
| - <groupId>io.projectreactor</groupId> |
60 |
| - <artifactId>reactor-core</artifactId> |
61 |
| - </dependency> |
62 |
| - <dependency> |
63 |
| - <groupId>org.mongodb</groupId> |
64 |
| - <artifactId>mongodb-driver-reactivestreams</artifactId> |
65 |
| - <version>1.9.0</version> |
66 |
| - </dependency> |
67 |
| - <dependency> |
68 |
| - <groupId>de.flapdoodle.embed</groupId> |
69 |
| - <artifactId>de.flapdoodle.embed.mongo</artifactId> |
70 |
| - <scope>runtime</scope> |
71 |
| - </dependency> |
| 53 | + |
72 | 54 | <dependency>
|
73 | 55 | <groupId>org.springframework.boot</groupId>
|
74 | 56 | <artifactId>spring-boot-devtools</artifactId>
|
|
86 | 68 | </dependency>
|
87 | 69 |
|
88 | 70 |
|
| 71 | + <dependency> |
| 72 | + <groupId>org.springframework.data</groupId> |
| 73 | + <artifactId>spring-data-mongodb</artifactId> |
| 74 | + </dependency> |
| 75 | + |
| 76 | + <dependency> |
| 77 | + <groupId>org.mongodb</groupId> |
| 78 | + <artifactId>mongodb-driver-reactivestreams</artifactId> |
| 79 | + <version>1.5.0</version> |
| 80 | + </dependency> |
| 81 | + |
| 82 | + <dependency> |
| 83 | + <groupId>io.projectreactor</groupId> |
| 84 | + <artifactId>reactor-core</artifactId> |
| 85 | + </dependency> |
| 86 | + |
| 87 | + <dependency> |
| 88 | + <groupId>de.flapdoodle.embed</groupId> |
| 89 | + <artifactId>de.flapdoodle.embed.mongo</artifactId> |
| 90 | + </dependency> |
| 91 | + |
89 | 92 | <!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all -->
|
90 | 93 | <dependency>
|
91 | 94 | <groupId>org.hamcrest</groupId>
|
|
121 | 124 | <scope>test</scope>
|
122 | 125 | </dependency>
|
123 | 126 |
|
124 |
| - <dependency> |
125 |
| - <groupId>org.springframework.restdocs</groupId> |
126 |
| - <artifactId>spring-restdocs-webtestclient</artifactId> |
127 |
| - <scope>test</scope> |
128 |
| - </dependency> |
129 |
| - |
130 | 127 | <dependency>
|
131 | 128 | <groupId>org.springframework.boot</groupId>
|
132 | 129 | <artifactId>spring-boot-starter-test</artifactId>
|
133 | 130 | <scope>test</scope>
|
134 | 131 | </dependency>
|
135 | 132 |
|
136 |
| - <dependency> |
137 |
| - <groupId>de.flapdoodle.embed</groupId> |
138 |
| - <artifactId>de.flapdoodle.embed.mongo</artifactId> |
139 |
| - <scope>test</scope> |
140 |
| - </dependency> |
141 | 133 |
|
142 | 134 | <dependency>
|
143 | 135 | <groupId>io.projectreactor</groupId>
|
|
0 commit comments