Skip to content

Commit 3711865

Browse files
committed
Add FusionAuth HTTP Server.
1 parent e6ebfa8 commit 3711865

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

solana-version-catalog/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ val glamSDK = "25.2.3"
5757

5858
// https://central.sonatype.com/artifact/org.eclipse.jetty/jetty-server
5959
val jetty = "12.1.5"
60+
// https://mvnrepository.com/artifact/io.fusionauth/java-http
61+
val fusionauthHttp = "1.4.0"
62+
6063
// https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kms
6164
val googleCloudKms = "2.83.0"
6265
val savaRavina = "25.1.0"
@@ -131,6 +134,8 @@ dependencies.constraints {
131134
api("org.eclipse.jetty.compression:jetty-compression-brotli:${jetty}")
132135
api("org.eclipse.jetty.compression:jetty-compression-zstandard:${jetty}")
133136

137+
api("io.fusionauth:java-http:$fusionauthHttp")
138+
134139
// https://mvnrepository.com/artifact/io.grpc/grpc-netty-shaded
135140
api("io.grpc:grpc-netty-shaded:$grpc")
136141
// https://mvnrepository.com/artifact/io.grpc/grpc-protobuf

0 commit comments

Comments
 (0)