From 594611aa21d6f9f669f8cc36a6ec3ced9868df8b Mon Sep 17 00:00:00 2001 From: Guobiao Mo Date: Wed, 24 Apr 2019 23:05:43 -0700 Subject: Remove explicit dependency on com.couchbase.client/core-io let org.springframework.data/spring-data-couchbase take care of Couchbase dependencies. Issue-ID: DCAEGEN2-1309 Change-Id: I0e6ba6198bb30a5cc69bdc6202f23df6c8c46e85 Signed-off-by: Guobiao Mo --- components/datalake-handler/feeder/pom.xml | 5 ----- .../druid/unauthenticated.DCAE_CL_OUTPUT-sample-format.json | 4 +--- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'components') diff --git a/components/datalake-handler/feeder/pom.xml b/components/datalake-handler/feeder/pom.xml index 2af2af86..63a2af9a 100644 --- a/components/datalake-handler/feeder/pom.xml +++ b/components/datalake-handler/feeder/pom.xml @@ -158,11 +158,6 @@ 1.5.22 test - - com.couchbase.client - core-io - 1.7.4 - diff --git a/components/datalake-handler/feeder/src/main/resources/druid/unauthenticated.DCAE_CL_OUTPUT-sample-format.json b/components/datalake-handler/feeder/src/main/resources/druid/unauthenticated.DCAE_CL_OUTPUT-sample-format.json index 2f13f98a..bbcb6d27 100644 --- a/components/datalake-handler/feeder/src/main/resources/druid/unauthenticated.DCAE_CL_OUTPUT-sample-format.json +++ b/components/datalake-handler/feeder/src/main/resources/druid/unauthenticated.DCAE_CL_OUTPUT-sample-format.json @@ -1,7 +1,5 @@ { - "_id": { - "$oid": "5bb3d3ad5bea3f41300959ba" - }, + "_id": "5bb3d3ad5bea3f41300959ba", "closedLoopEventClient": "DCAE.HolmesInstance", "policyVersion": "1.0.0.5", "policyName": "CCVPN", -- cgit 1.2.3-korg