-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathMODULE.bom.handlebars.yaml
More file actions
219 lines (190 loc) Β· 9.08 KB
/
MODULE.bom.handlebars.yaml
File metadata and controls
219 lines (190 loc) Β· 9.08 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
# SPDX-License-Identifier: Apache-2.0
#
# Copyright 2025-2026 The Enola <https://enola.dev> Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
version:
langchain4j: 1.10.0
langchain4j-beta: 1.10.0-beta18
adk: 4dd09e7a3c008b0da11dbf25e1fed0efa9c5f2d7
rdf4j: 5.1.4
grpc: 1.75.0
mima: 2.4.36
jackson: 2.20.0
slf4j: 2.0.17
bom:
- "commons-codec:commons-codec:1.20.0"
- "org.apache.commons:commons-compress:1.28.0"
- "org.apache.commons:commons-exec:1.6.0"
- "org.apache.commons:commons-lang3:3.20.0"
- "com.google.code.findbugs:jsr305:3.0.2"
- "com.google.code.gson:gson:2.13.2"
- "junit:junit:4.13.2"
# NB: Using GCP Cloud PubSub is a bit too broad, and could be refined
# but it avoids us (TODO) having to figure out exactly which narrower
# dependencies are required. This was inspired by the grpc-java examples at
# https://github.com/grpc/grpc-java/blob/8c261c3f28c7d83e1e976acfc34b62027078252b/examples/MODULE.bazel#L24
# which should be updated when this will be refined.
- "com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.123.2"
- "com.google.api.grpc:proto-google-cloud-pubsub-v1:1.123.2"
- "com.google.auto.value:auto-value:1.11.1"
- "com.google.auto.service:auto-service:1.1.1"
- "com.google.auto.service:auto-service-annotations:1.1.1"
- "com.google.jimfs:jimfs:1.3.1"
- "com.google.truth.extensions:truth-java8-extension:1.4.5"
- "com.google.truth.extensions:truth-proto-extension:1.4.5"
# Protobuf
- "com.google.protobuf:protobuf-java:4.32.0"
- "com.google.protobuf:protobuf-java-util:4.32.0"
# gRPC
- "io.grpc:grpc-api:{{version.grpc}}"
- "io.grpc:grpc-netty:{{version.grpc}}"
- "io.grpc:grpc-stub:{{version.grpc}}"
- "io.grpc:grpc-inprocess:{{version.grpc}}"
- "org.apache.tomcat:annotations-api:6.0.53" # NOT :tomcat-annotations-api
# RDF4j <https://rdf4j.org>
- "org.eclipse.rdf4j:rdf4j-common-iterator:{{version.rdf4j}}"
- "org.eclipse.rdf4j:rdf4j-common-transaction:{{version.rdf4j}}"
- "org.eclipse.rdf4j:rdf4j-model:{{version.rdf4j}}"
- "org.eclipse.rdf4j:rdf4j-rio-jsonld:{{version.rdf4j}}"
- "org.eclipse.rdf4j:rdf4j-rio-turtle:{{version.rdf4j}}"
- "org.eclipse.rdf4j:rdf4j-repository-sail:{{version.rdf4j}}"
- "org.eclipse.rdf4j:rdf4j-sail-memory:{{version.rdf4j}}"
- "org.eclipse.rdf4j:rdf4j-sail-nativerdf:{{version.rdf4j}}"
- "org.eclipse.rdf4j:rdf4j-query:{{version.rdf4j}}"
# TODO https://rdf4j.org/documentation/programming/lmdb-store/
# "org.eclipse.rdf4j:rdf4j-sail-lmdb:{{version.rdf4j}}"
# Jackson <https://github.com/FasterXML/jackson>
- "com.fasterxml.jackson.core:jackson-annotations:2.20"
- "com.fasterxml.jackson.core:jackson-core:{{version.jackson}}"
- "com.fasterxml.jackson.core:jackson-databind:{{version.jackson}}"
- "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:{{version.jackson}}"
- "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:{{version.jackson}}"
- "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:{{version.jackson}}"
- "com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:{{version.jackson}}"
- "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:{{version.jackson}}"
- "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:{{version.jackson}}"
- "com.fasterxml.woodstox:woodstox-core:7.1.1"
# Other
- "ch.vorburger.exec:exec:3.3.2"
- "com.github.java-json-tools:uri-template:0.10"
- "info.picocli:picocli:4.7.7"
- "info.picocli:picocli-shell-jline3:4.7.7"
- "info.picocli:picocli-codegen:4.7.6"
- "org.snakeyaml:snakeyaml-engine:2.10"
- "org.yaml:snakeyaml:2.5"
- "org.slf4j:slf4j-jdk14:{{version.slf4j}}"
- "org.slf4j:jul-to-slf4j:{{version.slf4j}}"
- "org.slf4j:slf4j-simple:{{version.slf4j}}"
# Tika (unfortunately!) uses Log4j (v2) instead of SLF4j, so:
- "org.apache.logging.log4j:log4j-to-jul:2.25.2"
- "io.github.classgraph:classgraph:4.8.184"
- "com.google.errorprone:error_prone_annotations:2.41.0"
- "org.jspecify:jspecify:1.0.0"
- "com.squareup.okhttp3:okhttp:4.12.0"
- "com.squareup.okhttp3:logging-interceptor:4.12.0"
- "dev.dirs:directories:26"
- "dev.langchain4j:langchain4j:{{version.langchain4j}}"
- "dev.langchain4j:langchain4j-core:{{version.langchain4j}}"
- "dev.langchain4j:langchain4j-ollama:{{version.langchain4j}}"
- "dev.langchain4j:langchain4j-google-ai-gemini:{{version.langchain4j}}"
- "dev.langchain4j:langchain4j-anthropic:{{version.langchain4j}}"
# TODO - "dev.langchain4j:langchain4j-easy-rag:{{version.langchain4j}}"
- "dev.langchain4j:langchain4j-easy-rag:{{version.langchain4j-beta}}"
- "io.github.ollama4j:ollama4j:1.0.100"
- "com.github.spotbugs:spotbugs-annotations:4.9.8"
- "io.github.java-diff-utils:java-diff-utils:4.16"
- "org.jsoup:jsoup:1.21.2"
- "com.github.package-url:packageurl-java:1.5.0"
# Maven Connector
- "eu.maveniverse.maven.mima.runtime:standalone-static:{{version.mima}}"
- "eu.maveniverse.maven.mima:context:{{version.mima}}"
- "eu.maveniverse.maven.mima.extensions:mmr:{{version.mima}}"
- "org.apache.maven.resolver:maven-resolver-api:2.0.11"
- "org.apache.maven.resolver:maven-resolver-util:2.0.11"
- "org.apache.maven:maven-model:3.9.11"
- "org.codehaus.plexus:plexus-xml:4.1.0"
# IPFS & IPLD etc.
- "com.github.ipld:java-cid:1.3.10"
- "com.github.ipfs:java-ipfs-http-client:d982fc0fa1"
- "com.github.multiformats:java-multibase:03702505e959cafbebfcf7990848ee124017c27d"
- "com.github.multiformats:java-multihash:d238c77f11a0ff33970ad43578ae11f049324848"
# TODO Use finer-grained individual JARs?
# TODO Support MS Windows? See https://github.com/jline/jline3#artifacts.
- "org.jline:jline:3.30.6"
# https://github.com/JetBrains/pty4j
- "org.jetbrains.pty4j:pty4j:0.13.4"
# SLF4j Logging Testing alternatives considered:
# - https://github.com/Hakky54/log-captor
# - https://github.com/portingle/slf4jtesting
# - https://www.spf4j.org/spf4j-slf4j-test/
- "com.github.valfirst:slf4j-test:3.0.3"
# TODO Use sshd-netty? See https://github.com/apache/mina-sshd/blob/master/docs/dependencies.md#netty
- "org.apache.sshd:sshd-core:2.15.0"
# https://github.com/swiesend/secret-service
- "de.swiesend:secret-service:2.0.1-alpha"
# TODO https://github.com/swiesend/secret-service/issues/51
# "org.purejava:kdewallet:1.6.0"
# https://github.com/commonmark/commonmark-java
- "org.commonmark:commonmark:0.26.0"
# https://github.com/modelcontextprotocol/java-sdk
- io.modelcontextprotocol.sdk:mcp:0.15.0
# https://github.com/TooTallNate/Java-WebSocket
- org.java-websocket:Java-WebSocket:1.6.0
# https://google.github.io/adk-docs/get-started/installation/
# "com.google.adk:google-adk:0.2.0"
# "com.google.adk:google-adk-dev:0.2.0"
# "com.google.adk:google-adk-contrib-langchain4j:0.2.0"
- "com.github.vorburger.adk-java:google-adk-dev:{{version.adk}}"
bomx:
- "com.github.vorburger.adk-java:google-adk:{{version.adk}}":
exclusions:
- com.github.docker-java:docker-java
- com.github.docker-java:docker-java-transport-httpclient5
- "com.github.vorburger.adk-java:google-adk-langchain4j:{{version.adk}}":
exclusions:
- org.eclipse.jdt:ecj
- ch.qos.logback:logback-core
- ch.qos.logback:logback-classic
- org.springframework.boot:spring-boot-starter-logging
- com.google.guava:guava:33.5.0-jre:
exclusions:
- org.codehaus.mojo:animal-sniffer-annotations
- com.google.j2objc:j2objc-annotations
# https://github.com/jknack/handlebars.java
- com.github.jknack:handlebars:4.5.0:
exclusions:
- org.openjdk.nashorn:nashorn-core
- com.google.genai:google-genai:1.22.0:
exclusions:
- commons-logging:commons-logging
- org.apache.tika:tika-core:3.2.3:
- org.apache.tika:tika-parsers-standard-package:3.2.3:
exclusions:
- com.rometools:rome-utils
# https://github.com/twilio/twilio-java
# NB: We *ONLY* use this for its RequestValidator to validate signatures of incoming webhook requests.
- com.twilio.sdk:twilio:11.1.0:
exclusions:
# TODO Remove https://github.com/twilio/twilio-java/pull/930 is merged and a new version is released
- org.json:json
# Exclude anything from https://github.com/twilio/twilio-java/blob/48ed0a084a184154e6216f0530910d39fc44b6d2/pom.xml#L180
# that's not imported on https://github.com/twilio/twilio-java/blob/main/src/main/java/com/twilio/security/RequestValidator.java
- com.auth0:java-jwt
- com.fasterxml.jackson.core:jackson-dataformat-xml
- com.google.code.gson:gson
- commons-io:commons-io
- io.jsonwebtoken:jjwt-api
- io.jsonwebtoken:jjwt-impl
- io.jsonwebtoken:jjwt-jackson
- org.apache.httpcomponents.client5:httpclient5