File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ val glamSDK = "25.2.3"
5757
5858// https://central.sonatype.com/artifact/org.eclipse.jetty/jetty-server
5959val 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
6164val googleCloudKms = " 2.83.0"
6265val 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
You can’t perform that action at this time.
0 commit comments