Skip to content

Commit

Permalink
Merge pull request #9 from HannaAndreevna/clean-up-falcon-dependencie…
Browse files Browse the repository at this point in the history
…s-notification-system-audit

Replace nuget packages from Lykke and Falcon to MAVN
  • Loading branch information
starkmsu committed May 8, 2020
2 parents 35cda94 + 7886768 commit 299b70f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using AutoMapper;
using JetBrains.Annotations;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemAudit.Domain.Contracts;
using Lykke.Service.NotificationSystemBroker.Contract;
using Lykke.Service.NotificationSystemBroker.Contract.Enums;
using MAVN.Service.NotificationSystemBroker.Contract;
using MAVN.Service.NotificationSystemBroker.Contract.Enums;

namespace MAVN.Service.NotificationSystemAudit.DomainServices
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="Falcon.Service.NotificationSystem.Contract" Version="1.0.8" />
<PackageReference Include="Falcon.Service.NotificationSystemBroker.Contract" Version="1.0.7" />
<PackageReference Include="Lykke.RabbitMqBroker" Version="7.13.1" />
<PackageReference Include="MAVN.Service.NotificationSystem.Contract" Version="1.1.0" />
<PackageReference Include="MAVN.Service.NotificationSystemBroker.Contract" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MAVN.Service.NotificationSystemAudit.Domain\MAVN.Service.NotificationSystemAudit.Domain.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Threading.Tasks;
using AutoMapper;
using Lykke.Common.Log;
using Lykke.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystem.Contract.MessageContracts;
using MAVN.Service.NotificationSystemAudit.Domain.Contracts;
using MAVN.Service.NotificationSystemAudit.Domain.Services;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Lykke.Common.Log;
using MAVN.Service.NotificationSystemAudit.Domain.Contracts;
using MAVN.Service.NotificationSystemAudit.Domain.Services;
using Lykke.Service.NotificationSystemBroker.Contract;
using MAVN.Service.NotificationSystemBroker.Contract;

namespace MAVN.Service.NotificationSystemAudit.DomainServices.Subscribers
{
Expand Down

0 comments on commit 299b70f

Please sign in to comment.