diff --git a/mock-certify-plugin/pom.xml b/mock-certify-plugin/pom.xml
index 949d21fb..86f697de 100644
--- a/mock-certify-plugin/pom.xml
+++ b/mock-certify-plugin/pom.xml
@@ -10,7 +10,7 @@
io.inji.certify
mock-certify-plugin
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
jar
mock-certify-integration-impl
@@ -63,15 +63,15 @@
provided
- io.mosip.certify
+ io.inji.certify
certify-core
- 0.12.0-SNAPSHOT
+ 0.14.0-SNAPSHOT
provided
io.mosip.esignet
esignet-core
- 1.5.1
+ 1.6.2
*
@@ -82,7 +82,7 @@
io.mosip.esignet
esignet-integration-api
- 1.5.1
+ 1.6.2
*
diff --git a/mosip-identity-certify-plugin/pom.xml b/mosip-identity-certify-plugin/pom.xml
index 27dbd1aa..5ba256ee 100644
--- a/mosip-identity-certify-plugin/pom.xml
+++ b/mosip-identity-certify-plugin/pom.xml
@@ -8,7 +8,7 @@
4.0.0
io.inji.certify
mosip-identity-certify-plugin
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
jar
mosipid-certify-integration-impl
@@ -96,15 +96,15 @@
provided
- io.mosip.certify
+ io.inji.certify
certify-core
- 0.12.0-SNAPSHOT
+ 0.14.0-SNAPSHOT
provided
- io.mosip.certify
+ io.inji.certify
certify-integration-api
- 0.12.0-SNAPSHOT
+ 0.14.0-SNAPSHOT
provided
@@ -146,7 +146,7 @@
io.mosip.esignet
esignet-core
- 1.5.1
+ 1.6.2
*
@@ -157,7 +157,7 @@
io.mosip.esignet
esignet-integration-api
- 1.5.1
+ 1.6.2
*
@@ -165,6 +165,11 @@
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ 2.15.4
+
diff --git a/mosip-identity-certify-plugin/src/main/java/io/mosip/certify/mosipid/integration/dto/IdaKycExchangeRequest.java b/mosip-identity-certify-plugin/src/main/java/io/mosip/certify/mosipid/integration/dto/IdaKycExchangeRequest.java
new file mode 100644
index 00000000..0c1a2339
--- /dev/null
+++ b/mosip-identity-certify-plugin/src/main/java/io/mosip/certify/mosipid/integration/dto/IdaKycExchangeRequest.java
@@ -0,0 +1,41 @@
+/*
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
+ */
+package io.mosip.certify.mosipid.integration.dto;
+
+import com.fasterxml.jackson.annotation.JsonInclude;
+import lombok.Data;
+
+import java.util.List;
+import java.util.Map;
+
+@Data
+@JsonInclude(JsonInclude.Include.NON_NULL)
+public class IdaKycExchangeRequest {
+
+ private String id;
+ private String version;
+ private String requestTime;
+ private String transactionID;
+ private String kycToken;
+ private List consentObtained;
+ private List locales;
+ private String respType;
+ private String individualId;
+
+ /**
+ * claims metadata - Not set/un used for now from IDA
+ */
+ private Map metadata;
+ /**
+ * User consented verified claims list.
+ */
+ List
- io.mosip.certify
+ io.inji.certify
certify-core
- 0.12.0-SNAPSHOT
+ 0.14.0-SNAPSHOT
provided
diff --git a/sunbird-rc-certify-integration-impl/pom.xml b/sunbird-rc-certify-integration-impl/pom.xml
index c3856215..53a92da4 100644
--- a/sunbird-rc-certify-integration-impl/pom.xml
+++ b/sunbird-rc-certify-integration-impl/pom.xml
@@ -8,7 +8,7 @@
4.0.0
io.inji.certify.sunbirdrc
sunbird-rc-certify-integration-impl
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
jar
sunbird-rc-certify-integration-impl
@@ -52,9 +52,9 @@
- io.mosip.certify
+ io.inji.certify
certify-integration-api
- 0.12.0-SNAPSHOT
+ 0.14.0-SNAPSHOT
provided