Skip to content

Commit

Permalink
Merge pull request #7 from HannaAndreevna/clean-up-falcon-dependencie…
Browse files Browse the repository at this point in the history
…s-quorum-operation-orchestrator

Replace nuget packages from Lykke and Falcon to MAVN
  • Loading branch information
starkmsu committed May 8, 2020
2 parents 19012ac + 1a1e754 commit c2145c8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Falcon.Service.PrivateBlockchainFacade.Client" Version="2.3.0" />
<PackageReference Include="Falcon.Service.QuorumOperationExecutor.Client" Version="1.6.0" />
<PackageReference Include="MAVN.Service.PrivateBlockchainFacade.Client" Version="1.0.1" />
<PackageReference Include="MAVN.Service.QuorumOperationExecutor.Client" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MAVN.Job.QuorumOperationOrchestrator.Domain\MAVN.Job.QuorumOperationOrchestrator.Domain.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
using MAVN.Job.QuorumOperationOrchestrator.Domain;
using MAVN.Job.QuorumOperationOrchestrator.Domain.Models;
using MAVN.Job.QuorumOperationOrchestrator.Domain.Services;
using Lykke.Service.PrivateBlockchainFacade.Client;
using Lykke.Service.QuorumOperationExecutor.Client;
using Lykke.Service.QuorumOperationExecutor.Client.Models.Requests;
using Lykke.Service.QuorumOperationExecutor.Client.Models.Responses;
using MAVN.Service.PrivateBlockchainFacade.Client;
using MAVN.Service.QuorumOperationExecutor.Client;
using MAVN.Service.QuorumOperationExecutor.Client.Models.Requests;
using MAVN.Service.QuorumOperationExecutor.Client.Models.Responses;

namespace MAVN.Job.QuorumOperationOrchestrator.DomainServices
{
Expand Down
4 changes: 2 additions & 2 deletions src/MAVN.Job.QuorumOperationOrchestrator/Modules/JobModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
using MAVN.Job.QuorumOperationOrchestrator.Settings;
using Lykke.Sdk;
using Lykke.Sdk.Health;
using Lykke.Service.PrivateBlockchainFacade.Client;
using Lykke.Service.QuorumOperationExecutor.Client;
using MAVN.Service.PrivateBlockchainFacade.Client;
using MAVN.Service.QuorumOperationExecutor.Client;
using Lykke.SettingsReader;

namespace MAVN.Job.QuorumOperationOrchestrator.Modules
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using MAVN.Job.QuorumOperationOrchestrator.Settings.JobSettings;
using Lykke.Sdk.Settings;
using Lykke.Service.PrivateBlockchainFacade.Client;
using Lykke.Service.QuorumOperationExecutor.Client;
using MAVN.Service.PrivateBlockchainFacade.Client;
using MAVN.Service.QuorumOperationExecutor.Client;

namespace MAVN.Job.QuorumOperationOrchestrator.Settings
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
using MAVN.Job.QuorumOperationOrchestrator.DomainServices;
using Lykke.Logs;
using Lykke.Logs.Loggers.LykkeConsole;
using Lykke.Service.PrivateBlockchainFacade.Client;
using Lykke.Service.PrivateBlockchainFacade.Client.Models;
using Lykke.Service.QuorumOperationExecutor.Client;
using Lykke.Service.QuorumOperationExecutor.Client.Models.Requests;
using Lykke.Service.QuorumOperationExecutor.Client.Models.Responses;
using MAVN.Service.PrivateBlockchainFacade.Client;
using MAVN.Service.PrivateBlockchainFacade.Client.Models;
using MAVN.Service.QuorumOperationExecutor.Client;
using MAVN.Service.QuorumOperationExecutor.Client.Models.Requests;
using MAVN.Service.QuorumOperationExecutor.Client.Models.Responses;
using Moq;
using Xunit;

Expand Down

0 comments on commit c2145c8

Please sign in to comment.