Repository: beam Updated Branches: refs/heads/master 0e11a9368 -> 8f4bb0158
Fix Hadoop pom.xml Missing profile ID means the code wasn't actually running Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/8ff43bac Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/8ff43bac Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/8ff43bac Branch: refs/heads/master Commit: 8ff43bacceeebdb39e05e4202c028f69dfed0d6a Parents: 0e11a93 Author: Dan Halperin <[email protected]> Authored: Mon Apr 17 20:57:00 2017 -0700 Committer: Dan Halperin <[email protected]> Committed: Tue Apr 18 10:07:45 2017 -0700 ---------------------------------------------------------------------- sdks/java/io/hadoop/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/8ff43bac/sdks/java/io/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/io/hadoop/pom.xml b/sdks/java/io/hadoop/pom.xml index 14a19bb..7cd801d 100644 --- a/sdks/java/io/hadoop/pom.xml +++ b/sdks/java/io/hadoop/pom.xml @@ -34,6 +34,7 @@ <profiles> <profile> + <id>java8</id> <activation> <jdk>[1.8,)</jdk> </activation> @@ -60,4 +61,4 @@ <scope>test</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project>
