From 4adf95b18d82a3929e46d861cee5461a3370b697 Mon Sep 17 00:00:00 2001 From: Hallvard Traetteberg Date: Wed, 16 Oct 2019 08:51:25 +0200 Subject: [PATCH] Jersey-dokumentasjonen har blitt flyttet! --- simpleexample2/restserver/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleexample2/restserver/build.gradle b/simpleexample2/restserver/build.gradle index ce20dad..1135576 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" -- 2.26.2