summaryrefslogtreecommitdiff
path: root/rules/aether-core/subdir-deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules/aether-core/subdir-deps.mk')
-rw-r--r--rules/aether-core/subdir-deps.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/aether-core/subdir-deps.mk b/rules/aether-core/subdir-deps.mk
new file mode 100644
index 0000000..dc7d2fe
--- /dev/null
+++ b/rules/aether-core/subdir-deps.mk
@@ -0,0 +1,10 @@
+aether-impl_deps = aether-api aether-spi aether-util
+aether-spi_deps = aether-api
+aether-test-util_deps = aether-api aether-spi
+aether-util_deps = aether-api
+
+aether-connector-basic_deps = aether-api aether-spi aether-util
+aether-transport-classpath_deps = aether-api aether-spi aether-util
+aether-transport-file_deps = aether-api aether-spi
+aether-transport-http_deps = aether-api aether-spi aether-util
+aether-transport-wagon_deps = aether-api aether-spi aether-util