Skip to content

Commit a8072f3

Browse files
committed
Revert "Add httpcore dependency."
This reverts commit 4ee26c5.
1 parent 0b09262 commit a8072f3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

components/org.wso2.carbon.identity.oauth.endpoint/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@
146146
<artifactId>org.wso2.carbon.identity.oidc.session</artifactId>
147147
<scope>provided</scope>
148148
</dependency>
149-
<dependency>
150-
<groupId>org.apache.httpcomponents</groupId>
151-
<artifactId>httpcore</artifactId>
152-
</dependency>
153-
154149
<dependency>
155150
<groupId>com.google.code.gson</groupId>
156151
<artifactId>gson</artifactId>

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -665,12 +665,6 @@
665665
<artifactId>tomcat-coyote</artifactId>
666666
<version>${tomcat.version}</version>
667667
</dependency>
668-
<dependency>
669-
<groupId>org.apache.httpcomponents</groupId>
670-
<artifactId>httpcore</artifactId>
671-
<version>${httpcore.version}</version>
672-
</dependency>
673-
674668
<dependency>
675669
<groupId>javax.ws.rs</groupId>
676670
<artifactId>javax.ws.rs-api</artifactId>
@@ -1022,7 +1016,6 @@
10221016
<tomcat.version>9.0.96</tomcat.version>
10231017
<tomcat.wso2.imp.pkg.version.range>[9.0.0, 9.5.0)</tomcat.wso2.imp.pkg.version.range>
10241018

1025-
<httpcore.version>4.3.3.wso2v1</httpcore.version>
10261019
<org.apache.cxf.version>3.5.9</org.apache.cxf.version>
10271020
<encoder.wso2.version>1.2.0.wso2v1</encoder.wso2.version>
10281021
<json-simple.version>1.1.wso2v1</json-simple.version>

0 commit comments

Comments
 (0)