Skip to content

Commit

Permalink
fix: Remove dependency overrides of at_server_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaram-kalluri committed Sep 12, 2023
1 parent 86698f7 commit b2e47aa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
9 changes: 1 addition & 8 deletions packages/at_secondary_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
at_utils: 3.0.15
at_chops: 1.0.4
at_lookup: 3.0.40
at_server_spec: 3.0.14
at_server_spec: 3.0.15
at_persistence_spec: 2.0.14
at_persistence_secondary_server: 3.0.57
expire_cache: ^2.0.1
Expand All @@ -34,13 +34,6 @@ dependencies:
yaml: 3.1.2
logging: 1.2.0

dependency_overrides:
at_server_spec:
git:
url: https://github.com/atsign-foundation/at_server.git
path: packages/at_server_spec
ref: rate_limit_spec

dev_dependencies:
test: ^1.24.4
coverage: ^1.6.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'dart:io';
import 'package:at_server_spec/src/at_rate_limiter/at_rate_limiter.dart';
import 'package:at_server_spec/src/connection/at_connection.dart';
import 'package:at_server_spec/src/rate_limiter/at_rate_limiter.dart';

abstract class InboundConnection extends AtConnection implements AtRateLimiter {
///Returns true if remote socket and remote port of this and connection matches
Expand Down
18 changes: 0 additions & 18 deletions packages/at_server_spec/lib/src/rate_limiter/at_rate_limiter.dart

This file was deleted.

2 changes: 1 addition & 1 deletion tests/at_functional_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
ref: trunk
at_chops: ^1.0.1
at_lookup: ^3.0.32
at_commons: ^3.0.53
at_commons: ^3.0.55
uuid: ^3.0.7
elliptic: ^0.3.8

Expand Down

0 comments on commit b2e47aa

Please sign in to comment.