Skip to content

Commit

Permalink
Merge pull request #4141 from shanggeeth/commons-codec
Browse files Browse the repository at this point in the history
Upgrade commons-codec in x509 certificate authentication portal webapp
  • Loading branch information
shanggeeth authored Oct 3, 2023
2 parents a6e8cf0 + 1dd8494 commit d281439
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<dependency>
<groupId>org.wso2.orbit.commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
Expand All @@ -77,6 +76,14 @@
<groupId>org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-api</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec.wso2</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit d281439

Please sign in to comment.