Skip to content

Commit 1b1bb2c

Browse files
authored
Merge pull request #13069 from Oshanath/master
Add commons validator to the gateway feature.
2 parents fd33ef7 + 9f947e1 commit 1b1bb2c

File tree

1 file changed

+6
-0
lines changed
  • features/apimgt/org.wso2.carbon.apimgt.rest.api.gateway.feature

1 file changed

+6
-0
lines changed

features/apimgt/org.wso2.carbon.apimgt.rest.api.gateway.feature/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
<groupId>jakarta.validation</groupId>
5656
<artifactId>jakarta.validation-api</artifactId>
5757
</dependency>
58+
<dependency>
59+
<groupId>commons-validator</groupId>
60+
<artifactId>commons-validator</artifactId>
61+
<version>${commons-validator.version}</version>
62+
</dependency>
5863
</dependencies>
5964
<reporting>
6065
<plugins>
@@ -158,6 +163,7 @@
158163
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.rest.api.common:${carbon.apimgt.version}
159164
</bundleDef>
160165
<bundleDef>jakarta.validation:jakarta.validation-api</bundleDef>
166+
<bundleDef>commons-validator:commons-validator:${commons-validator.version}</bundleDef>
161167
</bundles>
162168
</configuration>
163169
</execution>

0 commit comments

Comments
 (0)