From 4d07fecc3b026be68b795b6a29531a04a056ab54 Mon Sep 17 00:00:00 2001 From: Christian Arenas Date: Tue, 30 May 2017 18:35:09 +0200 Subject: [PATCH] fix merge error --- src/Services/Basket/Basket.API/Startup.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Services/Basket/Basket.API/Startup.cs b/src/Services/Basket/Basket.API/Startup.cs index 0888fad6c..a5b5a35aa 100644 --- a/src/Services/Basket/Basket.API/Startup.cs +++ b/src/Services/Basket/Basket.API/Startup.cs @@ -18,6 +18,8 @@ using Microsoft.Extensions.Options; using RabbitMQ.Client; using System.Threading.Tasks; using StackExchange.Redis; +using Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus; +using Microsoft.Azure.ServiceBus; namespace Microsoft.eShopOnContainers.Services.Basket.API {