File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ dependencies {
61
61
implementation libs. json. smart
62
62
implementation libs. netty. common
63
63
implementation libs. netty. handler
64
+ implementation libs. spring. context
64
65
65
66
implementation libs. modelcontextprotocol. spring. webflux
66
67
implementation libs. victools. jsonschema. generator
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ netty-resolver-dns-native = { module = 'io.netty:netty-resolver-dns-native-macos
130
130
json-smart = { module = ' net.minidev:json-smart' , version = ' 2.5.2' }
131
131
netty-common = { module = ' io.netty:netty-common' , version.ref = ' netty' }
132
132
netty-handler = { module = ' io.netty:netty-handler' , version.ref = ' netty' }
133
+ spring-context = { module = ' org.springframework:spring-context' , version = ' 6.2.7' }
133
134
134
135
# test scope
135
136
bouncycastle-bcpkix = { module = ' org.bouncycastle:bcpkix-jdk18on' , version = ' 1.80' }
You can’t perform that action at this time.
0 commit comments