BAEL-19988: Migrate rest-testing module to the com.baeldung package

This commit is contained in:
Krzysztof Woyke 2019-12-19 14:13:18 +01:00
parent 5c0f7d09f0
commit a8ae650304
3 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package org.baeldung.rest;
package com.baeldung.rest.jbehave;
public class GitHubUser {

View File

@ -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;

View File

@ -1,4 +1,4 @@
package org.baeldung.rest;
package com.baeldung.rest.jbehave;
import java.io.IOException;