ワークフローですでに buildr を使用している方がいらっしゃることを願っています。私の質問は、推移的な範囲の Maven 依存関係をどのように解決するのですか? 例を挙げましょう:
a-group:an-id:jar:a-version
これは、範囲で定義されている別の依存関係に依存しているとします。
another-group:another-id:jar:[2.0.0,3.0.0)
buildr はこれを解決できないようです。たとえば、ビルドで次のようなエラーが発生し続けます。
RuntimeError : Failed to download com.fasterxml.jackson.core:jackson-annotations:jar:
[2.0.0,3.0.0), tried the following repositories: http://central.maven.org/maven2/