Skip to content

Commit

Permalink
Format code and bump framework version
Browse files Browse the repository at this point in the history
* Bump framework version
* Remove unnecessary imports
* Add EOF new line
  • Loading branch information
shanggeeth committed Aug 27, 2024
1 parent b6aaac3 commit 0fa132b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import com.nimbusds.jwt.SignedJWT;
import org.apache.axis2.context.ConfigurationContext;
import org.apache.axis2.context.ConfigurationContextFactory;
import org.apache.commons.io.FileUtils;
import org.apache.http.Header;
import org.apache.http.HttpResponse;
import org.apache.http.client.CookieStore;
Expand All @@ -57,19 +56,12 @@
import org.wso2.identity.integration.common.clients.webappmgt.WebAppAdminClient;
import org.wso2.identity.integration.common.utils.MicroserviceServer;
import org.wso2.identity.integration.common.utils.MicroserviceUtil;
import org.wso2.identity.integration.test.util.Utils;
import org.wso2.identity.integration.test.utils.OAuth2Constant;

import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.time.Instant;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;

import javax.ws.rs.Consumes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ function onLoginRequest(context) {
}
}
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2431,7 +2431,7 @@
<identity.app.authz.xacml.version>2.3.2</identity.app.authz.xacml.version>
<identity.oauth.addons.version>2.5.17</identity.oauth.addons.version>
<org.wso2.carbon.extension.identity.x509certificate.version>1.1.11</org.wso2.carbon.extension.identity.x509certificate.version>
<conditional.authentication.functions.version>1.2.62</conditional.authentication.functions.version>
<conditional.authentication.functions.version>1.2.63</conditional.authentication.functions.version>

<!-- Identity Portal Versions -->
<identity.apps.console.version>2.26.7</identity.apps.console.version>
Expand Down

0 comments on commit 0fa132b

Please sign in to comment.