Skip to content

Commit

Permalink
revert back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekVinushanth committed Feb 13, 2024
1 parent 8f885e7 commit 0d08e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonTypeName;
import org.apache.axis2.databinding.annotation.IgnoreNullElement;
import org.apache.commons.lang.ArrayUtils;
import org.apache.commons.lang.StringUtils;
import org.wso2.carbon.identity.application.common.model.InboundConfigurationProtocol;
Expand Down Expand Up @@ -94,7 +93,6 @@ public class SAMLSSOServiceProviderDTO extends InboundConfigurationProtocol impl
private boolean samlECP;
private String idpEntityIDAlias;

@IgnoreNullElement
@XmlTransient
@JsonIgnore
private Map<String, Object> auditLogData;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
<httpcore.version>4.4.14.wso2v1</httpcore.version>
<httpcomponents-httpclient.wso2.version>4.5.13.wso2v1</httpcomponents-httpclient.wso2.version>
<encoder.wso2.version>1.2.0.wso2v1</encoder.wso2.version>
<axis2.wso2.version>1.6.1.wso2v38</axis2.wso2.version>
<axis2.wso2.version>1.6.1.wso2v12</axis2.wso2.version>
<joda.wso2.version>2.9.4.wso2v1</joda.wso2.version>
<com.fasterxml.jackson.version>2.13.2</com.fasterxml.jackson.version>
<com.google.code.gson.version>2.9.0</com.google.code.gson.version>
Expand Down

0 comments on commit 0d08e5e

Please sign in to comment.