We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8c470 commit 9ce59a0Copy full SHA for 9ce59a0
server-openapi/pom.xml
@@ -11,8 +11,6 @@
11
<relativePath>..</relativePath>
12
</parent>
13
14
-
15
16
<version>0.1.0</version>
17
<artifactId>cdoc2-server-openapi</artifactId>
18
<description>CDOC2 server stub generation from OpenAPI spec</description>
@@ -116,6 +114,13 @@
116
114
<artifactId>spotbugs-annotations</artifactId>
117
115
<version>${spotbugs-annotations.version}</version>
118
</dependency>
+
+ <dependency>
119
+ <groupId>jakarta.validation</groupId>
120
+ <artifactId>jakarta.validation-api</artifactId>
121
+ <version>3.0.2</version>
122
+ <scope>compile</scope>
123
+ </dependency>
124
</dependencies>
125
126
<build>
0 commit comments