This closes #3185: Move snappy-java version to dependencyManagement
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b68f46cb Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b68f46cb Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b68f46cb Branch: refs/heads/master Commit: b68f46cb84a0ec0407c91ffe8b2c700dbf97c550 Parents: 46a9209 c7bd2b4 Author: Kenneth Knowles <[email protected]> Authored: Mon May 22 11:17:27 2017 -0700 Committer: Kenneth Knowles <[email protected]> Committed: Mon May 22 11:17:27 2017 -0700 ---------------------------------------------------------------------- pom.xml | 7 +++++++ sdks/java/core/pom.xml | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/b68f46cb/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index 211a822,ed1a076..cc2e483 --- a/pom.xml +++ b/pom.xml @@@ -141,14 -141,11 +141,15 @@@ <woodstox.version>4.4.1</woodstox.version> <spring.version>4.3.5.RELEASE</spring.version> <groovy-maven-plugin.version>2.0</groovy-maven-plugin.version> + <snappy-java.version>1.1.4-M3</snappy-java.version> <surefire-plugin.version>2.20</surefire-plugin.version> <failsafe-plugin.version>2.20</failsafe-plugin.version> + <maven-compiler-plugin.version>3.6.1</maven-compiler-plugin.version> + <maven-exec-plugin.version>1.4.0</maven-exec-plugin.version> + <maven-jar-plugin.version>3.0.2</maven-jar-plugin.version> <maven-resources-plugin.version>3.0.2</maven-resources-plugin.version> - + <maven-shade-plugin.version>3.0.0</maven-shade-plugin.version> + <compiler.error.flag>-Werror</compiler.error.flag> <compiler.default.pkginfo.flag>-Xpkginfo:always</compiler.default.pkginfo.flag> <compiler.default.exclude>nothing</compiler.default.exclude> http://git-wip-us.apache.org/repos/asf/beam/blob/b68f46cb/sdks/java/core/pom.xml ----------------------------------------------------------------------
