This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
new c0136f2aa8 Add a missing dependency in the NetBeans project.
c0136f2aa8 is described below
commit c0136f2aa8b753972d7b5569e307585f825fd7c6
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Thu Aug 1 21:03:35 2024 +0200
Add a missing dependency in the NetBeans project.
---
netbeans-project/ivy.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/netbeans-project/ivy.xml b/netbeans-project/ivy.xml
index 02d580d8dc..abdca1baf7 100644
--- a/netbeans-project/ivy.xml
+++ b/netbeans-project/ivy.xml
@@ -37,5 +37,6 @@
<dependency org="gov.nist.math" name="jama"
rev="1.0.3"/>
<dependency org="net.sf.geographiclib" name="GeographicLib-Java"
rev="2.0"/>
<dependency org="org.xerial" name="sqlite-jdbc"
rev="3.45.1.0"/>
+ <dependency org="com.zaxxer" name="HikariCP"
rev="5.1.0"/>
</dependencies>
</ivy-module>