Skip to content

Commit

Permalink
fixing build for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sahusanket committed May 16, 2024
1 parent acffdf8 commit 716f859
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions cdap-app-templates/cdap-program-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-client</artifactId>
<version>${hadoop.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion cdap-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<packaging>jar</packaging>

<properties>
<sdk.hadoop.version>2.8.5</sdk.hadoop.version>
<sdk.hadoop.version>3.3.6</sdk.hadoop.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 716f859

Please sign in to comment.