Skip to content

Commit 7e9955d

Browse files
committed
- Updated Hadoop dependencies due to inconsistency in the versions. Now the global properties are the ones used by the hadoop-2.2 profile, and the profile was set to empty but kept for backwards compatibility reasons
1 parent 660decc commit 7e9955d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
<dependency>
510510
<groupId>com.google.protobuf</groupId>
511511
<artifactId>protobuf-java</artifactId>
512-
<version>2.5.0</version>
512+
<version>${protobuf.version}</version>
513513
<scope>${hadoop.deps.scope}</scope>
514514
</dependency>
515515
<dependency>

0 commit comments

Comments
 (0)