diff --git a/simpleexample2/restserver/build.gradle b/simpleexample2/restserver/build.gradle index ce20dad6262705dbe2bd6748906c0b9fbd2013b0..113557684b0f4069aa18404e7ab15759a585ed07 100644 --- a/simpleexample2/restserver/build.gradle +++ b/simpleexample2/restserver/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation 'junit:junit:4.12' testImplementation "org.glassfish.jersey.test-framework:jersey-test-framework-util:$jerseyVersion" - // See https://jersey.github.io/documentation/latest/deployment.html#deployment.http for various server options + // See https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest/deployment.html for various server options compile "org.glassfish.jersey.containers:jersey-container-grizzly2-http:$jerseyVersion" implementation "org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:$jerseyVersion"