This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
build.gradle
38 lines (35 loc) · 1.77 KB
/
build.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright Contributors to the ODPi Egeria project.
*/
dependencies {
implementation 'org.apache.atlas:atlas-common'
implementation 'org.apache.atlas:atlas-client-v2'
implementation 'org.apache.atlas:atlas-intg'
implementation 'org.apache.atlas:atlas-client-common'
implementation 'org.apache.atlas:atlas-notification'
implementation 'javax.xml.bind:jaxb-api'
//testImplementation 'ch.qos.logback:logback-classic'
testImplementation 'org.testng:testng'
testImplementation 'org.mock-server:mockserver-client-java'
testImplementation 'org.mock-server:mockserver-core'
testImplementation 'org.odpi.egeria:repository-services-implementation'
testImplementation 'org.odpi.egeria:open-metadata-types'
testImplementation 'org.odpi.egeria:admin-services-api'
testImplementation 'org.odpi.egeria:connector-configuration-factory'
testImplementation 'org.odpi.egeria:inmemory-open-metadata-topic-connector'
testImplementation 'org.odpi.egeria:open-connector-framework'
testImplementation 'org.odpi.egeria:repository-services-apis'
testImplementation 'org.odpi.egeria:audit-log-framework'
compileOnly 'org.springframework:spring-core'
implementation "com.fasterxml.jackson.core:jackson-annotations"
implementation "com.fasterxml.jackson.core:jackson-core:"
implementation "com.fasterxml.jackson.core:jackson-databind"
compileOnly 'org.odpi.egeria:audit-log-framework'
compileOnly 'org.odpi.egeria:repository-services-apis'
compileOnly 'org.odpi.egeria:open-connector-framework'
compileOnly 'org.slf4j:slf4j-api'
compileOnly 'org.apache.kafka:kafka-clients'
testImplementation 'androidx.annotation:annotation'
}
description = 'Apache Atlas Repository Connector'