Skip to content

Commit 2dc0697

Browse files
author
Matthew Farrellee
committed
Only depend on test artifacts when running tests
1 parent 0a687e6 commit 2dc0697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
<groupId>org.apache.hadoop</groupId>
2323
<artifactId>hadoop-common-test</artifactId>
2424
<version>0.22.0</version>
25+
<scope>test</scope>
2526
</dependency>
2627
<dependency>
2728
<groupId>org.apache.hadoop</groupId>
2829
<artifactId>hadoop-test</artifactId>
2930
<version>1.0.0</version>
31+
<scope>test</scope>
3032
</dependency>
3133
<dependency>
3234
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)