Skip to content

Commit

Permalink
Merge pull request #11 from HannaAndreevna/clean-up-falcon-dependenci…
Browse files Browse the repository at this point in the history
…es-quorum-transaction-watcher

Clean up falcon dependencies quorum transaction watcher
  • Loading branch information
starkmsu committed May 12, 2020
2 parents e648a98 + ea3270c commit 22a972b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Data.Common;
using JetBrains.Annotations;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Job.QuorumTransactionWatcher.MsSqlRepositories.Entities;
using Microsoft.EntityFrameworkCore;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Threading.Tasks;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Job.QuorumTransactionWatcher.Domain.Repositories;
using MAVN.Job.QuorumTransactionWatcher.MsSqlRepositories.Constants;
using MAVN.Job.QuorumTransactionWatcher.MsSqlRepositories.Contexts;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="MAVN.Common.MsSql" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="2.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Autofac;
using JetBrains.Annotations;
using Lykke.Common.MsSql;
using MAVN.Common.MsSql;
using MAVN.Job.QuorumTransactionWatcher.Domain.Repositories;
using MAVN.Job.QuorumTransactionWatcher.MsSqlRepositories;
using MAVN.Job.QuorumTransactionWatcher.MsSqlRepositories.Contexts;
Expand Down

0 comments on commit 22a972b

Please sign in to comment.