From bbfbdde427e0c8ea3de64c7325ebc0b7919df6a6 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Tue, 26 May 2015 23:34:33 +0100 Subject: [PATCH] Add notes for project-level excludes in the POM. --- .../project-level-exclusions-in-the-pom.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 notes/0.13.9/project-level-exclusions-in-the-pom.markdown diff --git a/notes/0.13.9/project-level-exclusions-in-the-pom.markdown b/notes/0.13.9/project-level-exclusions-in-the-pom.markdown new file mode 100644 index 000000000..f534d989e --- /dev/null +++ b/notes/0.13.9/project-level-exclusions-in-the-pom.markdown @@ -0,0 +1,12 @@ + + [@dwijnand]: http://github.com/dwijnand + [#1877]: https://github.com/sbt/sbt/issues/1877 + [#2035]: https://github.com/sbt/sbt/pull/2035 + +### Fixes with compatibility implications + +### Improvements + +### Bug fixes + +- Add dependency-level exclusions in the POM for project-level exclusions. [#1877][]/[#2035][] by [@dwijnand][]