|
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.openapitools</groupId> |
5 | | - <artifactId>openapi-java-client</artifactId> |
| 5 | + <artifactId>petstore-jersey3</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <name>openapi-java-client</name> |
| 7 | + <name>petstore-jersey3</name> |
8 | 8 | <version>1.0.0</version> |
9 | 9 | <url>https://github.com/openapitools/openapi-generator</url> |
10 | 10 | <description>OpenAPI Java</description> |
|
317 | 317 | <artifactId>scribejava-apis</artifactId> |
318 | 318 | <version>${scribejava-apis-version}</version> |
319 | 319 | </dependency> |
| 320 | + <!-- Bean Validation API support --> |
| 321 | + <dependency> |
| 322 | + <groupId>jakarta.validation</groupId> |
| 323 | + <artifactId>jakarta.validation-api</artifactId> |
| 324 | + <version>${beanvalidation-version}</version> |
| 325 | + <scope>provided</scope> |
| 326 | + </dependency> |
320 | 327 | <dependency> |
321 | 328 | <groupId>jakarta.annotation</groupId> |
322 | 329 | <artifactId>jakarta.annotation-api</artifactId> |
|
328 | 335 | <artifactId>jersey-apache-connector</artifactId> |
329 | 336 | <version>${jersey-version}</version> |
330 | 337 | </dependency> |
331 | | - <!-- Bean Validation API support --> |
332 | | - <dependency> |
333 | | - <groupId>jakarta.validation</groupId> |
334 | | - <artifactId>jakarta.validation-api</artifactId> |
335 | | - <version>${beanvalidation-version}</version> |
336 | | - <scope>provided</scope> |
337 | | - </dependency> |
338 | 338 | <!-- For equals and hashCode using reflection --> |
339 | 339 | <dependency> |
340 | 340 | <groupId>org.apache.commons</groupId> |
|
359 | 359 | <jackson-databind-nullable-version>0.2.10</jackson-databind-nullable-version> |
360 | 360 | <jakarta-annotation-version>2.1.1</jakarta-annotation-version> |
361 | 361 | <beanvalidation-version>3.0.2</beanvalidation-version> |
362 | | - <commons-lang3-version>3.12.0</commons-lang3-version> |
363 | 362 | <junit-version>5.10.0</junit-version> |
364 | 363 | <http-signature-version>1.8</http-signature-version> |
365 | 364 | <scribejava-apis-version>8.3.3</scribejava-apis-version> |
| 365 | + <commons-lang3-version>3.17.0</commons-lang3-version> |
366 | 366 | <spotless.version>2.21.0</spotless.version> |
367 | 367 | </properties> |
368 | 368 | </project> |
0 commit comments