diff options
author | 2019-04-24 23:05:43 -0700 | |
---|---|---|
committer | 2019-04-24 23:05:43 -0700 | |
commit | 594611aa21d6f9f669f8cc36a6ec3ced9868df8b (patch) | |
tree | c0a853254d5d851091be3c6988bba07bd541fca0 /components/datalake-handler/feeder/pom.xml | |
parent | d60e73f612c8263268e30d0e595b6414b7d2fa64 (diff) |
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 <guobiaomo@chinamobile.com>
Diffstat (limited to 'components/datalake-handler/feeder/pom.xml')
-rw-r--r-- | components/datalake-handler/feeder/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ <version>1.5.22</version> <scope>test</scope> </dependency> - <dependency> - <groupId>com.couchbase.client</groupId> - <artifactId>core-io</artifactId> - <version>1.7.4</version> - </dependency> </dependencies> <build> |