diff --git a/exec/pom.xml b/exec/pom.xml index 2037e23..4a406e8 100755 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -4,7 +4,7 @@ org.smartregister opensrp-gateway-plugin - 1.0.4 + 1.0.5 exec @@ -70,7 +70,7 @@ org.smartregister plugins - 1.0.4 + 1.0.5 diff --git a/plugins/pom.xml b/plugins/pom.xml index d51ff47..e186642 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ org.smartregister opensrp-gateway-plugin - 1.0.4 + 1.0.5 plugins diff --git a/pom.xml b/pom.xml index 2a13dcc..65e04e5 100755 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.smartregister opensrp-gateway-plugin - 1.0.4 + 1.0.5 pom diff --git a/resources/hapi_sync_filter_ignored_queries.json b/resources/hapi_sync_filter_ignored_queries.json index b71ffed..dae5b07 100644 --- a/resources/hapi_sync_filter_ignored_queries.json +++ b/resources/hapi_sync_filter_ignored_queries.json @@ -55,6 +55,41 @@ "queryParams": { "keycloak-uuid": "ANY_VALUE" } + }, + { + "path": "ActivityDefinition", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } + }, + { + "path": "CodeSystem", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } + }, + { + "path": "ConceptMap", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } + }, + { + "path": "Device", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } + }, + { + "path": "StructureDefinition", + "methodType": "GET", + "queryParams": { + "_id": "ANY_VALUE" + } } ] }