|
9 | 9 | <artifactId>swagger-validator</artifactId>
|
10 | 10 | <packaging>war</packaging>
|
11 | 11 | <name>swagger-validator</name>
|
12 |
| - <version>2.1.2</version> |
| 12 | + <version>2.1.3</version> |
13 | 13 | <prerequisites>
|
14 | 14 | <maven>2.2.0</maven>
|
15 | 15 | </prerequisites>
|
|
35 | 35 | <developerConnection>scm:git:ssh://github.com:swagger-api/validator-badge.git</developerConnection>
|
36 | 36 | <url>http://github.com/HugoMario/validator-badge/tree/main</url>
|
37 | 37 | </scm>
|
38 |
| - <developers> |
39 |
| - <developer> |
40 |
| - <id>fehguy</id> |
41 |
| - <name>Tony Tam</name> |
42 |
| - <email>fehguy@gmail.com</email> |
43 |
| - </developer> |
44 |
| - </developers> |
45 |
| - |
46 | 38 | <build>
|
47 | 39 | <defaultGoal>install</defaultGoal>
|
48 | 40 | <directory>target</directory>
|
49 | 41 | <finalName>${project.artifactId}-${project.version}</finalName>
|
50 | 42 | <plugins>
|
51 | 43 | <plugin>
|
52 | 44 | <artifactId>maven-compiler-plugin</artifactId>
|
53 |
| - <version>3.5</version> |
54 |
| - <configuration> |
55 |
| - <source>1.8</source> |
56 |
| - <target>1.8</target> |
57 |
| - </configuration> |
| 45 | + <version>3.10.1</version> |
58 | 46 | </plugin>
|
59 | 47 | <plugin>
|
60 | 48 | <groupId>org.codehaus.mojo</groupId>
|
|
78 | 66 | <plugin>
|
79 | 67 | <groupId>org.apache.maven.plugins</groupId>
|
80 | 68 | <artifactId>maven-surefire-plugin</artifactId>
|
81 |
| - <version>${surefire-version}</version> |
82 |
| - <configuration> |
83 |
| - <testNGArtifactName>none:none</testNGArtifactName> |
84 |
| - <systemPropertyVariables> |
85 |
| - <rejectLocal>false</rejectLocal> |
86 |
| - <rejectRedirect>false</rejectRedirect> |
87 |
| - </systemPropertyVariables> |
88 |
| - </configuration> |
89 |
| - <executions> |
90 |
| - <execution> |
91 |
| - <id>test-testng</id> |
92 |
| - <phase>test</phase> |
93 |
| - <goals> |
94 |
| - <goal>test</goal> |
95 |
| - </goals> |
96 |
| - <configuration> |
97 |
| - <junitArtifactName>none:none</junitArtifactName> |
98 |
| - <testNGArtifactName>org.testng:testng</testNGArtifactName> |
99 |
| - </configuration> |
100 |
| - </execution> |
101 |
| - </executions> |
| 69 | + <version>3.1.2</version> |
102 | 70 | </plugin>
|
103 | 71 | <plugin>
|
104 | 72 | <artifactId>maven-dependency-plugin</artifactId>
|
|
232 | 200 | </execution>
|
233 | 201 | </executions>
|
234 | 202 | </plugin>
|
235 |
| - <plugin> |
236 |
| - <groupId>org.apache.maven.plugins</groupId> |
237 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
238 |
| - <version>2.9.1</version> |
239 |
| - <executions> |
240 |
| - <execution> |
241 |
| - <id>attach-javadocs</id> |
242 |
| - <goals> |
243 |
| - <goal>jar</goal> |
244 |
| - </goals> |
245 |
| - </execution> |
246 |
| - </executions> |
247 |
| - </plugin> |
248 | 203 | </plugins>
|
249 | 204 | </build>
|
250 | 205 | <dependencies>
|
251 | 206 | <dependency>
|
252 | 207 | <groupId>io.swagger.parser.v3</groupId>
|
253 | 208 | <artifactId>swagger-parser</artifactId>
|
254 | 209 | <version>${swagger-parser-version}</version>
|
| 210 | + <exclusions> |
| 211 | + <exclusion> |
| 212 | + <groupId>org.slf4j</groupId> |
| 213 | + <artifactId>slf4j-api</artifactId> |
| 214 | + </exclusion> |
| 215 | + </exclusions> |
255 | 216 | </dependency>
|
256 | 217 | <!-- inflector library -->
|
257 | 218 | <dependency>
|
258 | 219 | <groupId>io.swagger</groupId>
|
259 | 220 | <artifactId>swagger-inflector</artifactId>
|
260 | 221 | <version>${swagger-inflector-version}</version>
|
| 222 | + <exclusions> |
| 223 | + <exclusion> |
| 224 | + <groupId>org.slf4j</groupId> |
| 225 | + <artifactId>slf4j-ext</artifactId> |
| 226 | + </exclusion> |
| 227 | + <exclusion> |
| 228 | + <groupId>org.slf4j</groupId> |
| 229 | + <artifactId>slf4j-api</artifactId> |
| 230 | + </exclusion> |
| 231 | + <exclusion> |
| 232 | + <groupId>ch.qos.logback</groupId> |
| 233 | + <artifactId>logback-classic</artifactId> |
| 234 | + </exclusion> |
| 235 | + </exclusions> |
261 | 236 | </dependency>
|
262 | 237 |
|
263 | 238 | <dependency>
|
|
269 | 244 | <dependency>
|
270 | 245 | <groupId>com.networknt</groupId>
|
271 | 246 | <artifactId>json-schema-validator</artifactId>
|
272 |
| - <version>1.0.73</version> |
| 247 | + <version>${nt-json-schema-validator-version}</version> |
| 248 | + <exclusions> |
| 249 | + <exclusion> |
| 250 | + <groupId>org.slf4j</groupId> |
| 251 | + <artifactId>slf4j-api</artifactId> |
| 252 | + </exclusion> |
| 253 | + </exclusions> |
273 | 254 | </dependency>
|
274 | 255 |
|
275 | 256 | <dependency>
|
|
308 | 289 | <version>${httpclient-version}</version>
|
309 | 290 | </dependency>
|
310 | 291 | <dependency>
|
311 |
| - <groupId>org.testng</groupId> |
312 |
| - <artifactId>testng</artifactId> |
313 |
| - <version>${testng-version}</version> |
| 292 | + <groupId>junit</groupId> |
| 293 | + <artifactId>junit</artifactId> |
| 294 | + <version>${junit-version}</version> |
| 295 | + <scope>test</scope> |
| 296 | + <exclusions> |
| 297 | + <exclusion> |
| 298 | + <groupId>org.slf4j</groupId> |
| 299 | + <artifactId>slf4j-api</artifactId> |
| 300 | + </exclusion> |
| 301 | + </exclusions> |
| 302 | + </dependency> |
| 303 | + <dependency> |
| 304 | + <groupId>org.assertj</groupId> |
| 305 | + <artifactId>assertj-core</artifactId> |
| 306 | + <version>${assertj-version}</version> |
314 | 307 | <scope>test</scope>
|
315 | 308 | </dependency>
|
316 | 309 | <dependency>
|
317 |
| - <groupId>com.github.tomakehurst</groupId> |
| 310 | + <groupId>org.wiremock</groupId> |
318 | 311 | <artifactId>wiremock</artifactId>
|
319 |
| - <version>1.57</version> |
| 312 | + <version>${wiremock-version}</version> |
320 | 313 | <scope>test</scope>
|
321 |
| - |
322 |
| - <classifier>standalone</classifier> |
323 | 314 | <exclusions>
|
324 | 315 | <exclusion>
|
325 |
| - <groupId>*</groupId> |
326 |
| - <artifactId>*</artifactId> |
| 316 | + <groupId>org.slf4j</groupId> |
| 317 | + <artifactId>slf4j-api</artifactId> |
327 | 318 | </exclusion>
|
328 | 319 | </exclusions>
|
329 | 320 | </dependency>
|
330 |
| - |
| 321 | + <dependency> |
| 322 | + <groupId>ch.qos.logback</groupId> |
| 323 | + <artifactId>logback-classic</artifactId> |
| 324 | + <version>${logback-version}</version> |
| 325 | + <scope>test</scope> |
| 326 | + </dependency> |
| 327 | + <dependency> |
| 328 | + <groupId>org.slf4j</groupId> |
| 329 | + <artifactId>slf4j-api</artifactId> |
| 330 | + <version>${slf4j-version}</version> |
| 331 | + </dependency> |
331 | 332 | </dependencies>
|
332 | 333 | <repositories>
|
333 | 334 | <repository>
|
|
339 | 340 | </repository>
|
340 | 341 | </repositories>
|
341 | 342 | <properties>
|
342 |
| - <testng-version>6.9.6</testng-version> |
343 |
| - <jackson.version>2.13.4</jackson.version> |
344 |
| - <jackson-databind.version>2.13.4.2</jackson-databind.version> |
345 |
| - <snakeyaml.version>1.33</snakeyaml.version> |
| 343 | + <maven.compiler.release>8</maven.compiler.release> |
| 344 | + <jackson.version>2.15.3</jackson.version> |
| 345 | + <jackson-databind.version>2.15.3</jackson-databind.version> |
| 346 | + <snakeyaml.version>2.2</snakeyaml.version> |
346 | 347 | <httpclient-version>4.5.13</httpclient-version>
|
347 | 348 | <maven-plugin-version>1.0.0</maven-plugin-version>
|
348 |
| - <swagger-parser-version>2.1.7</swagger-parser-version> |
349 |
| - <swagger-inflector-version>2.0.8</swagger-inflector-version> |
350 |
| - <jetty-version>9.4.18.v20190429</jetty-version> |
351 |
| - <logback-version>1.2.10</logback-version> |
352 |
| - <slf4j-version>1.7.36</slf4j-version> |
353 |
| - <surefire-version>2.18.1</surefire-version> |
| 349 | + <swagger-parser-version>2.1.18</swagger-parser-version> |
| 350 | + <swagger-inflector-version>2.0.10</swagger-inflector-version> |
| 351 | + <jetty-version>9.4.53.v20231009</jetty-version> |
| 352 | + <logback-version>1.4.11</logback-version> |
| 353 | + <slf4j-version>2.0.9</slf4j-version> |
| 354 | + <surefire-version>3.1.2</surefire-version> |
| 355 | + <wiremock-version>3.2.0</wiremock-version> |
| 356 | + <junit-version>4.13</junit-version> |
| 357 | + <assertj-version>3.24.2</assertj-version> |
354 | 358 | <json-schema-validator-version>2.2.14</json-schema-validator-version>
|
| 359 | + <nt-json-schema-validator-version>1.0.73</nt-json-schema-validator-version> |
355 | 360 | </properties>
|
356 | 361 | </project>
|
0 commit comments