Skip to content

Commit

Permalink
Lower JDBC driver size limit to 46.5Mb.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnturton committed Aug 17, 2023
1 parent 642afc8 commit 671b543
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>48400000</jdbc-all-jar.maxsize>
<jdbc-all-jar.maxsize>46500000</jdbc-all-jar.maxsize>
</properties>

<dependencies>
Expand Down

0 comments on commit 671b543

Please sign in to comment.