Skip to content

Commit

Permalink
Add httpcore dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Dec 18, 2024
1 parent 24293c1 commit 4ee26c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/org.wso2.carbon.identity.oauth.endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
<artifactId>org.wso2.carbon.identity.oidc.session</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,12 @@
<artifactId>tomcat-coyote</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${httpcore.version}</version>
</dependency>

<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
Expand Down Expand Up @@ -1016,6 +1022,7 @@
<tomcat.version>9.0.96</tomcat.version>
<tomcat.wso2.imp.pkg.version.range>[9.0.0, 9.5.0)</tomcat.wso2.imp.pkg.version.range>

<httpcore.version>4.3.3.wso2v1</httpcore.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 4ee26c5

Please sign in to comment.