Skip to content

Commit 9e3e145

Browse files
committed
incorporate brads suggestionto update common to 2.3.0 only
1 parent 06f110e commit 9e3e145

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@
1919
</distributionManagement>
2020

2121
<dependencies>
22-
2322
<dependency>
24-
<groupId>org.apache.hadoop</groupId>
25-
<artifactId>hadoop-yarn-server-nodemanager</artifactId>
26-
<version>2.3.0</version>
27-
</dependency>
28-
<dependency>
2923
<groupId>junit</groupId>
3024
<artifactId>junit</artifactId>
3125
<version>4.9</version>
@@ -34,7 +28,7 @@
3428
<dependency>
3529
<groupId>org.apache.hadoop</groupId>
3630
<artifactId>hadoop-common</artifactId>
37-
<version>2.0.5-alpha</version>
31+
<version>2.3.0</version>
3832
</dependency>
3933
<dependency>
4034
<groupId>org.apache.hadoop</groupId>

0 commit comments

Comments
 (0)