aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorliguoqiang <liguoqiang@rd.tuan800.com>2014-01-01 11:30:08 +0800
committerliguoqiang <liguoqiang@rd.tuan800.com>2014-01-01 11:30:08 +0800
commitb5d0b3b0f7fc823d2724464fb8bbf8fef5b36d30 (patch)
tree96aab2648bb093d2027543fe90150e323e1f54c9 /pom.xml
parent8b8e70ebde880d08ebb3816b2f4003247559c7f8 (diff)
downloadspark-b5d0b3b0f7fc823d2724464fb8bbf8fef5b36d30.tar.gz
spark-b5d0b3b0f7fc823d2724464fb8bbf8fef5b36d30.tar.bz2
spark-b5d0b3b0f7fc823d2724464fb8bbf8fef5b36d30.zip
restore core/pom.xml file modification
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 6545c82b31..3a8eb882cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,16 +200,16 @@
<artifactId>asm</artifactId>
<version>4.0</version>
</dependency>
- <!-- In theory we need not directly depend on protobuf since Spark does not directly
- use it. However, when building with Hadoop/YARN 2.2 Maven doesn't correctly bump
- the protobuf version up from the one Mesos gives. For now we include this variable
- to explicitly bump the version when building with YARN. It would be nice to figure
- out why Maven can't resolve this correctly (like SBT does). -->
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>2.4.0</version>
</dependency>
+ <!-- In theory we need not directly depend on protobuf since Spark does not directly
+ use it. However, when building with Hadoop/YARN 2.2 Maven doesn't correctly bump
+ the protobuf version up from the one Mesos gives. For now we include this variable
+ to explicitly bump the version when building with YARN. It would be nice to figure
+ out why Maven can't resolve this correctly (like SBT does). -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>