Signed-off-by:Roland Häder <roland@mxchange.org>
import javax.servlet.jsp.tagext.BodyTagSupport;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
-import org.mxchange.jshop.beans.remote.shop.ShopSessionBeanRemote;
import org.mxchange.jshopcore.model.item.AddableBasketItem;
import org.mxchange.jshopcore.model.product.Product;
+import org.mxchange.jshopejb.beans.remote.shop.ShopSessionBeanRemote;
/**
* A basket tag that outputs a small basket and a link to the full basket website.