We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd33ef7 + 9f947e1 commit 1b1bb2cCopy full SHA for 1b1bb2c
features/apimgt/org.wso2.carbon.apimgt.rest.api.gateway.feature/pom.xml
@@ -55,6 +55,11 @@
55
<groupId>jakarta.validation</groupId>
56
<artifactId>jakarta.validation-api</artifactId>
57
</dependency>
58
+ <dependency>
59
+ <groupId>commons-validator</groupId>
60
+ <artifactId>commons-validator</artifactId>
61
+ <version>${commons-validator.version}</version>
62
+ </dependency>
63
</dependencies>
64
<reporting>
65
<plugins>
@@ -158,6 +163,7 @@
158
163
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.rest.api.common:${carbon.apimgt.version}
159
164
</bundleDef>
160
165
<bundleDef>jakarta.validation:jakarta.validation-api</bundleDef>
166
+ <bundleDef>commons-validator:commons-validator:${commons-validator.version}</bundleDef>
161
167
</bundles>
162
168
</configuration>
169
</execution>
0 commit comments