Skip to content

Commit

Permalink
add client authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshani committed Jul 25, 2023
1 parent 362fa58 commit c64ecaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/org.wso2.carbon.identity.oauth.par/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com). All Rights Reserved.
~ Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
~
~ WSO2 LLC. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -119,6 +119,7 @@
org.wso2.carbon.identity.application.authentication.framework.cache; version="${carbon.identity.framework.imp.pkg.version.range}",
org.wso2.carbon.identity.base; version="${carbon.identity.framework.imp.pkg.version.range}",
org.wso2.carbon.identity.core.*; version="${carbon.identity.framework.imp.pkg.version.range}",
org.wso2.carbon.context; version="${carbon.kernel.imp.pkg.version.range}",
javax.servlet.*; version="${imp.pkg.version.javax.servlet}",

com.fasterxml.jackson.databind; version="${com.fasterxml.jackson.databind.version.range}",
Expand Down

0 comments on commit c64ecaa

Please sign in to comment.