Skip to content

Commit 0b9d319

Browse files
committed
update restlet repository
1 parent 124530d commit 0b9d319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/groovy/grape/GrabResolverTest.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ final class GrabResolverTest {
7878
@Test
7979
void testResolverDefinitionResolvesDependency() {
8080
assertScript '''
81-
@GrabResolver(name='restlet.org', root='http://maven.restlet.org')
81+
@GrabResolver(name='restlet.org', root='https://maven.restlet.talend.com')
8282
@Grab(group='org.restlet', module='org.restlet', version='1.1.6')
8383
import org.restlet.Application
8484
@@ -89,7 +89,7 @@ final class GrabResolverTest {
8989
@Test
9090
void testResolverDefinitionResolvesDependencyWithShorthand() {
9191
assertScript '''
92-
@GrabResolver('http://maven.restlet.org')
92+
@GrabResolver('https://maven.restlet.talend.com')
9393
@Grab('org.restlet:org.restlet:1.1.6')
9494
import org.restlet.Application
9595

0 commit comments

Comments
 (0)