summaryrefslogtreecommitdiff
path: root/rules/aether-core/subdir-deps.mk
blob: dc7d2fe90e143a4d0a66fe73b4ff4d5869e39b3b (plain)
1
2
3
4
5
6
7
8
9
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