Skip to content

Commit 43e49b2

Browse files
fix build by moving hadoop libraries to provided scope
1 parent f8e94c0 commit 43e49b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
<groupId>org.apache.hadoop</groupId>
120120
<artifactId>hadoop-client</artifactId>
121121
<version>${hadoop.version}</version>
122+
<scope>provided</scope>
122123
</dependency>
123124
<dependency>
124125
<groupId>io.cdap.cdap</groupId>
@@ -130,7 +131,7 @@
130131
<groupId>io.cdap.cdap</groupId>
131132
<artifactId>hydrator-test</artifactId>
132133
<version>${cdap.version}</version>
133-
<scope>provided</scope>
134+
<scope>test</scope>
134135
</dependency>
135136
<dependency>
136137
<groupId>io.cdap.cdap</groupId>

0 commit comments

Comments
 (0)