BAEL-19988: Migrate rest-testing module to the com.baeldung package
This commit is contained in:
parent
5c0f7d09f0
commit
a8ae650304
|
@ -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;
|
||||
|
Loading…
Reference in New Issue