Skip to content

Commit

Permalink
increase jdbc-all-jar.maxsize due to broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 9, 2024
1 parent 3522231 commit 9da0095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/jdbc-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"package.namespace.prefix" equals to "oadd.". It can be overridden if necessary within any profile -->
<properties>
<package.namespace.prefix>oadd.</package.namespace.prefix>
<jdbc-all-jar.maxsize>54000000</jdbc-all-jar.maxsize>
<jdbc-all-jar.maxsize>55000000</jdbc-all-jar.maxsize>
</properties>

<dependencies>
Expand Down

0 comments on commit 9da0095

Please sign in to comment.