|
98 | 98 | <dependency> |
99 | 99 | <groupId>org.entur.gbfs</groupId> |
100 | 100 | <artifactId>gbfs-validator-java-loader</artifactId> |
101 | | - <version>0-SNAPSHOT</version> |
| 101 | + <version>2.0.34-SNAPSHOT</version> |
102 | 102 | </dependency> |
103 | 103 |
|
104 | 104 | <dependency> |
|
117 | 117 | <artifactId>spring-boot-starter-test</artifactId> |
118 | 118 | <scope>test</scope> |
119 | 119 | </dependency> |
120 | | - |
| 120 | + |
121 | 121 | <!-- JUnit dependencies with aligned versions --> |
122 | 122 | <dependency> |
123 | 123 | <groupId>org.junit.jupiter</groupId> |
124 | 124 | <artifactId>junit-jupiter-api</artifactId> |
125 | 125 | <version>${junit.version}</version> |
126 | 126 | <scope>test</scope> |
127 | 127 | </dependency> |
128 | | - |
| 128 | + |
129 | 129 | <dependency> |
130 | 130 | <groupId>org.junit.jupiter</groupId> |
131 | 131 | <artifactId>junit-jupiter-engine</artifactId> |
132 | 132 | <version>${junit.version}</version> |
133 | 133 | <scope>test</scope> |
134 | 134 | </dependency> |
135 | | - |
| 135 | + |
136 | 136 | <dependency> |
137 | 137 | <groupId>org.junit.platform</groupId> |
138 | 138 | <artifactId>junit-platform-launcher</artifactId> |
139 | 139 | <version>${junit-platform.version}</version> |
140 | 140 | <scope>test</scope> |
141 | 141 | </dependency> |
142 | | - |
| 142 | + |
143 | 143 | <dependency> |
144 | 144 | <groupId>org.junit.platform</groupId> |
145 | 145 | <artifactId>junit-platform-engine</artifactId> |
146 | 146 | <version>${junit-platform.version}</version> |
147 | 147 | <scope>test</scope> |
148 | 148 | </dependency> |
149 | | - |
| 149 | + |
150 | 150 | <dependency> |
151 | 151 | <groupId>org.junit.platform</groupId> |
152 | 152 | <artifactId>junit-platform-commons</artifactId> |
153 | 153 | <version>${junit-platform.version}</version> |
154 | 154 | <scope>test</scope> |
155 | 155 | </dependency> |
156 | | - |
| 156 | + |
157 | 157 | <!-- Spring Boot Test dependencies --> |
158 | 158 | <dependency> |
159 | 159 | <groupId>org.springframework.boot</groupId> |
160 | 160 | <artifactId>spring-boot-starter-test</artifactId> |
161 | 161 | <scope>test</scope> |
162 | 162 | </dependency> |
163 | | - |
| 163 | + |
164 | 164 | <!-- JUnit dependencies with aligned versions --> |
165 | 165 | <dependency> |
166 | 166 | <groupId>org.junit.jupiter</groupId> |
167 | 167 | <artifactId>junit-jupiter-api</artifactId> |
168 | 168 | <version>${junit.version}</version> |
169 | 169 | <scope>test</scope> |
170 | 170 | </dependency> |
171 | | - |
| 171 | + |
172 | 172 | <dependency> |
173 | 173 | <groupId>org.springframework</groupId> |
174 | 174 | <artifactId>spring-test</artifactId> |
175 | 175 | <scope>test</scope> |
176 | 176 | </dependency> |
177 | | - |
| 177 | + |
178 | 178 | <!-- Jetty servlet dependency required by Spring Boot Test --> |
179 | 179 | <dependency> |
180 | 180 | <groupId>org.eclipse.jetty</groupId> |
181 | 181 | <artifactId>jetty-servlet</artifactId> |
182 | 182 | <version>9.4.53.v20231009</version> |
183 | 183 | <scope>test</scope> |
184 | 184 | </dependency> |
185 | | - |
| 185 | + |
186 | 186 | <!-- Jetty util dependency required by Spring Boot Test --> |
187 | 187 | <dependency> |
188 | 188 | <groupId>org.eclipse.jetty</groupId> |
|
198 | 198 | <groupId>org.springframework.boot</groupId> |
199 | 199 | <artifactId>spring-boot-maven-plugin</artifactId> |
200 | 200 | </plugin> |
201 | | - |
| 201 | + |
202 | 202 | <!-- Configure Surefire plugin for JUnit 5 --> |
203 | 203 | <plugin> |
204 | 204 | <groupId>org.apache.maven.plugins</groupId> |
|
223 | 223 | </dependency> |
224 | 224 | </dependencies> |
225 | 225 | </plugin> |
226 | | - |
| 226 | + |
227 | 227 | <plugin> |
228 | 228 | <groupId>org.openapitools</groupId> |
229 | 229 | <artifactId>openapi-generator-maven-plugin</artifactId> |
|
0 commit comments