BAEL-19988: Migrate rest-testing module to the com.baeldung package
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.rest;
|
||||
package com.baeldung.rest.jbehave;
|
||||
|
||||
public class GitHubUser {
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
package com.baeldung.rest.jbehave;
|
||||
|
||||
import org.apache.http.HttpResponse;
|
||||
import org.apache.http.client.methods.HttpGet;
|
||||
import org.apache.http.client.methods.HttpUriRequest;
|
||||
import org.apache.http.impl.client.HttpClientBuilder;
|
||||
import org.baeldung.rest.GitHubUser;
|
||||
import org.baeldung.rest.RetrieveUtil;
|
||||
import org.hamcrest.Matchers;
|
||||
import org.jbehave.core.annotations.Given;
|
||||
import org.jbehave.core.annotations.Then;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.baeldung.rest;
|
||||
package com.baeldung.rest.jbehave;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
Reference in New Issue
Block a user