-
Notifications
You must be signed in to change notification settings - Fork 261
/
build.gradle
23 lines (19 loc) · 1.14 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
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright Contributors to the ODPi Egeria project.
*/
dependencies {
implementation project(':open-metadata-implementation:frameworks:audit-log-framework')
implementation project(':open-metadata-implementation:frameworks:open-connector-framework')
implementation project(':open-metadata-implementation:repository-services:repository-services-apis')
implementation project(':open-metadata-implementation:governance-server-services:integration-daemon-services:integration-daemon-services-api')
implementation project(':open-metadata-implementation:repository-services:repository-services-apis')
implementation project(':open-metadata-implementation:access-services:community-profile:community-profile-api')
implementation project(':open-metadata-implementation:access-services:community-profile:community-profile-client')
implementation project(':open-metadata-implementation:access-services:community-profile:community-profile-server')
compileOnly 'com.fasterxml.jackson.core:jackson-annotations'
}
description = 'Organization Integrator OMIS API'
java {
withJavadocJar()
}