Skip to content

Commit 5abb03c

Browse files
Merge pull request #8857 from mandy-chessell/oak2025
Clean up bom (a bit)
2 parents 30475a7 + be05993 commit 5abb03c

File tree

39 files changed

+140
-2021
lines changed

39 files changed

+140
-2021
lines changed

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ open-metadata-implementation/adapters/ @mandy-chessell
3636
open-metadata-implementation/adapters/authentication-plugins/ @mandy-chessell
3737
open-metadata-implementation/adapters/open-connectors/ @mandy-chessell
3838
open-metadata-implementation/adapters/open-connectors/rest-client-connectors/spring-rest-client-connector/ @mandy-chessell
39-
open-metadata-implementation/adapters/open-connectors/configuration-store-connectors/configuration-encrypted-file-store-connector/ @cmgrote
4039
open-metadata-implementation/adapters/open-connectors/repository-services-connectors/open-metadata-collection-store-connectors/graph-repository-connector/ @mandy-chessell
4140
open-metadata-implementation/admin-services/ @mandy-chessell
4241
open-metadata-implementation/common-services/ @mandy-chessell

bom/build.gradle

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ dependencies {
137137
api("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${jacksonVersion}")
138138
api("com.fasterxml:classmate:${classmateVersion}")
139139
api("com.github.jsonld-java:jsonld-java:${jsonldVersion}")
140-
api("com.google.crypto.tink:tink:${tinkVersion}")
140+
//api("com.google.crypto.tink:tink:${tinkVersion}")
141141
api("com.github.spotbugs:spotbugs-annotations:${spotbugsVersion}")
142142
api("com.google.code.findbugs:jsr305:${findbugsVersion}")
143-
api("com.google.guava:guava:${guavaVersion}")
143+
//api("com.google.guava:guava:${guavaVersion}")
144144
api("com.sleepycat:je:${sleepycatVersion}")
145145
api("commons-codec:commons-codec:${commonscodecVersion}")
146146
api("commons-io:commons-io:${commonsioVersion}")
@@ -170,34 +170,34 @@ dependencies {
170170
api("org.apache.commons:commons-lang3:${lang3Version}")
171171
api("org.apache.jena:jena-core:${jenaVersion}")
172172
api("org.apache.kafka:kafka-clients:${kafkaVersion}")
173-
api("org.apache.lucene:lucene-core:${luceneVersion}")
174-
api("org.apache.lucene:lucene-analyzers-common:${luceneVersion}")
175-
api("org.apache.lucene:lucene-queryparser:${luceneVersion}")
176-
api("org.apache.lucene:lucene-spatial:${luceneVersion}")
177-
api("org.apache.lucene:lucene-spatial-extras:${luceneVersion}")
178-
api("org.apache.tinkerpop:tinkergraph-gremlin:${gremlinVersion}")
179-
api("org.apache.tinkerpop:gremlin-driver:${gremlinVersion}")
180-
api("org.apache.tinkerpop:gremlin-core:${gremlinVersion}")
181-
api("org.apache.tinkerpop:gremlin-groovy:${gremlinVersion}")
182-
api("org.apache.tinkerpop:gremlin-shaded:${gremlinVersion}")
173+
// api("org.apache.lucene:lucene-core:${luceneVersion}")
174+
// api("org.apache.lucene:lucene-analyzers-common:${luceneVersion}")
175+
// api("org.apache.lucene:lucene-queryparser:${luceneVersion}")
176+
// api("org.apache.lucene:lucene-spatial:${luceneVersion}")
177+
// api("org.apache.lucene:lucene-spatial-extras:${luceneVersion}")
178+
// api("org.apache.tinkerpop:tinkergraph-gremlin:${gremlinVersion}")
179+
// api("org.apache.tinkerpop:gremlin-driver:${gremlinVersion}")
180+
// api("org.apache.tinkerpop:gremlin-core:${gremlinVersion}")
181+
// api("org.apache.tinkerpop:gremlin-groovy:${gremlinVersion}")
182+
// api("org.apache.tinkerpop:gremlin-shaded:${gremlinVersion}")
183183
api("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
184184
//TODO May need to exclude tomcat-annotations-api
185185
api("org.apache.tomcat:tomcat-coyote:${tomcatVersion}")
186186
//TODO May need to exclude tomcat-annotations-api
187-
api("org.codehaus.groovy:groovy:${groovyVersion}")
188-
api("org.codehaus.groovy:groovy-cli-picocli:${groovyVersion}")
189-
api("org.codehaus.groovy:groovy-console:${groovyVersion}")
190-
api("org.codehaus.groovy:groovy-jsr223:${groovyVersion}")
191-
api("org.codehaus.groovy:groovy-templates:${groovyVersion}")
192-
api("org.codehaus.groovy:groovysh:${groovyVersion}")
193-
api("org.elasticsearch:elasticsearch:${elasticsearchVersion}")
194-
api("org.elasticsearch.client:elasticsearch-rest-client:${elasticsearchVersion}")
195-
api("co.elastic.clients:elasticsearch-java:${elasticsearchVersion}")
187+
// api("org.codehaus.groovy:groovy:${groovyVersion}")
188+
// api("org.codehaus.groovy:groovy-cli-picocli:${groovyVersion}")
189+
// api("org.codehaus.groovy:groovy-console:${groovyVersion}")
190+
// api("org.codehaus.groovy:groovy-jsr223:${groovyVersion}")
191+
// api("org.codehaus.groovy:groovy-templates:${groovyVersion}")
192+
// api("org.codehaus.groovy:groovysh:${groovyVersion}")
193+
// api("org.elasticsearch:elasticsearch:${elasticsearchVersion}")
194+
// api("org.elasticsearch.client:elasticsearch-rest-client:${elasticsearchVersion}")
195+
// api("co.elastic.clients:elasticsearch-java:${elasticsearchVersion}")
196196
api("org.codehaus.plexus:plexus-utils:${plexusVersion}")
197-
api("org.hdrhistogram:HdrHistogram:${hdrhistogramVersion}")
198-
api("org.janusgraph:janusgraph-core:${janusVersion}")
199-
api("org.janusgraph:janusgraph-inmemory:${janusVersion}")
200-
api("org.janusgraph:janusgraph-driver:${janusVersion}")
197+
// api("org.hdrhistogram:HdrHistogram:${hdrhistogramVersion}")
198+
// api("org.janusgraph:janusgraph-core:${janusVersion}")
199+
// api("org.janusgraph:janusgraph-inmemory:${janusVersion}")
200+
// api("org.janusgraph:janusgraph-driver:${janusVersion}")
201201
api("org.javassist:${javassistVersion}")
202202
api("org.postgresql:postgresql:${postgresVersion}")
203203
api("org.quartz-scheduler:quartz:${quartzVersion}")
@@ -236,15 +236,15 @@ dependencies {
236236
api("commons-configuration:commons-configuration:${commonsconfigurationVersion}")
237237
api("org.apache.commons:commons-configuration2:${commonsconfiguration2Version}")
238238
api("org.hibernate:hibernate-validator:${hibernatevalidatorVersion}")
239-
api("org.apache.cassandra:cassandra-all:${cassandraVersion}")
239+
// api("org.apache.cassandra:cassandra-all:${cassandraVersion}")
240240
api("org.apache.ant:ant:${antVersion}")
241241
api("com.google.protobuf:protobuf-java:${protobufVersion}")
242242
api("com.google.code.gson:gson:${gsonVersion}")
243243
api("com.github.jnr:jnr-posix:${jnrVersion}")
244244
api("org.apache.logging.log4j:log4j-api:${log4jVersion}")
245245
api("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonjdk8Version}")
246246

247-
api("org.projectlombok:lombok:${lombokVersion}")
247+
// api("org.projectlombok:lombok:${lombokVersion}")
248248
api("org.springdoc:springdoc-openapi-starter-webmvc-ui:${springdocStarterVersion}")
249249
api("io.swagger.core.v3:swagger-annotations-jakarta:${swaggerVersion}")
250250

@@ -256,11 +256,11 @@ dependencies {
256256
api("org.apache.jena:jena-arq:${jenaVersion}")
257257
api("org.codehaus.jackson:jackson-mapper-asl:${jacksonaslVersion}")
258258
api("org.codehaus.jackson:jackson-core-asl:${jacksonaslVersion}")
259-
api("org.janusgraph:janusgraph-berkeleyje:${janusVersion}")
260-
api("org.janusgraph:janusgraph-cql:${janusVersion}")
261-
api("org.janusgraph:janusgraph-lucene:${janusVersion}")
262-
api("org.janusgraph:janusgraph-es:${janusVersion}")
263-
api("org.janusgraph:janusgraph-hbase:${janusVersion}")
259+
// api("org.janusgraph:janusgraph-berkeleyje:${janusVersion}")
260+
// api("org.janusgraph:janusgraph-cql:${janusVersion}")
261+
// api("org.janusgraph:janusgraph-lucene:${janusVersion}")
262+
// api("org.janusgraph:janusgraph-es:${janusVersion}")
263+
// api("org.janusgraph:janusgraph-hbase:${janusVersion}")
264264
api("org.xerial.snappy:snappy-java:${snappyVersion}")
265265
api("javax.servlet:javax.servlet-api:${servletVersion}")
266266
api("io.jsonwebtoken:jjwt-impl:${jwtImplVersion}")
@@ -288,19 +288,19 @@ dependencies {
288288
api("org.apache.ivy:ivy:2.5.2")
289289

290290
// XTDB Additions
291-
api("com.xtdb:xtdb-core:${xtdbVersion}")
292-
api("org.clojure:clojure:${clojureVersion}")
291+
// api("com.xtdb:xtdb-core:${xtdbVersion}")
292+
// api("org.clojure:clojure:${clojureVersion}")
293293
// Dependencies only required if configured to run with these extras: they will be included in the
294294
// 'jar-with-dependencies' by default, but if you do not need them you can remove them and re-build
295295
// to get a smaller footprint with less potential CVE exposure.
296296
// runtimeOnly("org.apache.lucene:lucene-analyzers-common:${luceneVersion}")
297-
api("com.xtdb:xtdb-lucene:${xtdbVersion}")
298-
api("com.xtdb:xtdb-rocksdb:${xtdbVersion}")
299-
api("com.xtdb:xtdb-lmdb:${xtdbVersion}")
300-
api("com.xtdb:xtdb-kafka:${xtdbVersion}")
301-
api("com.xtdb:xtdb-jdbc:${xtdbVersion}")
302-
api("com.xtdb:xtdb-s3:${xtdbVersion}")
303-
api("com.xtdb:xtdb-metrics:${xtdbVersion}")
297+
// api("com.xtdb:xtdb-lucene:${xtdbVersion}")
298+
// api("com.xtdb:xtdb-rocksdb:${xtdbVersion}")
299+
// api("com.xtdb:xtdb-lmdb:${xtdbVersion}")
300+
// api("com.xtdb:xtdb-kafka:${xtdbVersion}")
301+
// api("com.xtdb:xtdb-jdbc:${xtdbVersion}")
302+
// api("com.xtdb:xtdb-s3:${xtdbVersion}")
303+
// api("com.xtdb:xtdb-metrics:${xtdbVersion}")
304304

305305
// Add in Egeria's own projects -- not for us, but for our users
306306
//subprojects.forEach { subProject ->

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ allprojects {
3838
// Only use maven central
3939
repositories {
4040
mavenCentral()
41-
// used by tink (encrypted filestore connector)
42-
google()
4341
}
4442
} // end of allProjects
4543

open-metadata-distribution/omag-server-platform/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dependencies {
3232
implementation project(':open-metadata-implementation:adapters:open-connectors:data-store-connectors:file-connectors:csv-file-connector')
3333
implementation project(':open-metadata-implementation:adapters:open-connectors:data-store-connectors:file-connectors:data-folder-connector')
3434
implementation project(':open-metadata-implementation:adapters:open-connectors:data-store-connectors:jdbc-resource-connector')
35-
implementation project(':open-metadata-implementation:adapters:open-connectors:configuration-store-connectors:configuration-encrypted-file-store-connector')
3635
implementation project(':open-metadata-implementation:adapters:open-connectors:configuration-store-connectors:configuration-file-store-connector')
3736
implementation project(':open-metadata-implementation:adapters:open-connectors:metadata-security-connectors:open-metadata-access-security-connector')
3837
implementation project(':open-metadata-implementation:adapters:open-connectors:integration-connectors:files-integration-connectors')
@@ -191,7 +190,6 @@ distributions {
191190
from { project(':open-metadata-implementation:adapters:open-connectors:data-store-connectors:file-connectors:csv-file-connector').jar }
192191
from { project(':open-metadata-implementation:adapters:open-connectors:data-store-connectors:file-connectors:data-folder-connector').jar }
193192
from { project(':open-metadata-implementation:adapters:open-connectors:data-store-connectors:jdbc-resource-connector').shadowJar }
194-
from { project(':open-metadata-implementation:adapters:open-connectors:configuration-store-connectors:configuration-encrypted-file-store-connector').jar }
195193
from { project(':open-metadata-implementation:adapters:open-connectors:configuration-store-connectors:configuration-file-store-connector').jar }
196194
from { project(':open-metadata-implementation:adapters:open-connectors:file-survey-connectors').jar }
197195
from { project(':open-metadata-implementation:adapters:open-connectors:dynamic-archiver-connectors').jar }

0 commit comments

Comments
 (0)