Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
shashimalcse authored Dec 18, 2024
1 parent dec992c commit 0d6a562
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,11 @@
<artifactId>httpcore</artifactId>
<version>${httpcore.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpcomponents-httpclient.wso2.version}</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
Expand Down Expand Up @@ -1023,6 +1028,7 @@

<httpcore.version>4.3.3.wso2v1</httpcore.version>
<httpcore.version.osgi.import.range>[4.3.0, 5.0.0)</httpcore.version.osgi.import.range>
<httpcomponents-httpclient.wso2.version>4.3.6.wso2v2</httpcomponents-httpclient.wso2.version>
<org.apache.cxf.version>3.5.9</org.apache.cxf.version>
<encoder.wso2.version>1.2.0.wso2v1</encoder.wso2.version>
<json-simple.version>1.1.wso2v1</json-simple.version>
Expand Down

0 comments on commit 0d6a562

Please sign in to comment.