diff --git a/packages/framework/pubspec.yaml b/packages/framework/pubspec.yaml index 79a56577..9f41c7ae 100644 --- a/packages/framework/pubspec.yaml +++ b/packages/framework/pubspec.yaml @@ -7,10 +7,26 @@ publish_to: none environment: sdk: ">=2.10.0 <3.0.0" dependencies: - angel_container: ^2.0.0 - angel_http_exception: ^2.0.0 - angel_model: ^2.0.0 - angel_route: ^4.0.0 + angel_container: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/container/angel_container + angel_http_exception: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/http_exception + angel_model: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/model + angel_route: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/route charcode: ^1.0.0 combinator: ^1.0.0 file: ^6.1.0 @@ -36,25 +52,4 @@ dev_dependencies: io: ^1.0.0 #pretty_logging: ^1.0.0 test: ^1.15.7 -dependency_overrides: - angel_route: - git: - url: https://github.com/dukefirehawk/angel.git - ref: sdk-2.12.x - path: packages/route - angel_http_exception: - git: - url: https://github.com/dukefirehawk/angel.git - ref: sdk-2.12.x - path: packages/http_exception - angel_model: - git: - url: https://github.com/dukefirehawk/angel.git - ref: sdk-2.12.x - path: packages/model - angel_container: - git: - url: https://github.com/dukefirehawk/angel.git - ref: sdk-2.12.x - path: packages/container/angel_container