Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rogers committed Jan 6, 2024
1 parent 428c9d1 commit 68434b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ exec/jdbc-all/dependency-reduced-pom.xml
.*.html
venv/
tools/venv/
.vscode/*
2 changes: 1 addition & 1 deletion exec/jdbc-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@
<profile>
<id>hadoop-2</id>
<properties>
<jdbc-all-jar.maxsize>54300000</jdbc-all-jar.maxsize>
<jdbc-all-jar.maxsize>54400000</jdbc-all-jar.maxsize>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 68434b8

Please sign in to comment.