Skip to content

Commit

Permalink
Upgrade httpcore-nio to use forked version
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 committed Feb 13, 2024
1 parent dbc4bef commit 43a8113
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.wso2</groupId>
<groupId>org.wso2.orbit.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -78,7 +78,7 @@
<bundleDef>org.apache.synapse:synapse-commons</bundleDef>
<bundleDef>org.apache.synapse:synapse-nhttp-transport</bundleDef>
<bundleDef>org.apache.httpcomponents.wso2:httpcore</bundleDef>
<bundleDef>org.apache.httpcomponents.wso2:httpcore-nio</bundleDef>
<bundleDef>org.wso2.orbit.httpcomponents:httpcore-nio</bundleDef>
<bundleDef>org.wso2.orbit.org.apache.httpcomponents:httpclient</bundleDef>
</bundles>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion modules/transports/core/nhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<groupId>org.wso2.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -667,9 +667,9 @@
<version>${httpcore.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<groupId>org.wso2.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>${httpcore-nio.version}</version>
<version>${httpcore-nio.wso2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -682,7 +682,7 @@
<version>${httpcore.wso2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.wso2</groupId>
<groupId>org.wso2.orbit.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>${httpcore-nio.wso2.version}</version>
</dependency>
Expand Down Expand Up @@ -1476,7 +1476,7 @@
<httpcore.version>4.4.16</httpcore.version>
<httpcore.wso2.version>${httpcore.version}.wso2v1</httpcore.wso2.version>
<httpcore-nio.version>4.4.16</httpcore-nio.version>
<httpcore-nio.wso2.version>${httpcore-nio.version}.wso2v1</httpcore-nio.wso2.version>
<httpcore-nio.wso2.version>${httpcore-nio.version}-wso2v4</httpcore-nio.wso2.version>
<hc.httpclient.version>4.5.13</hc.httpclient.version>
<httpclient.wso2.version>${hc.httpclient.version}.wso2v1</httpclient.wso2.version>
<aspectj.version>1.8.5</aspectj.version>
Expand Down

0 comments on commit 43a8113

Please sign in to comment.