Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit dd0fd2b

Browse files
committed
Make project buildable
1 parent 3b77071 commit dd0fd2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
<artifactId>xapi</artifactId>
9595
<version>${xdev.xapi.version}</version>
9696
</dependency>
97+
<dependency>
98+
<groupId>com.ingres.jdbc</groupId>
99+
<artifactId>iijdbc</artifactId>
100+
<version>10.2-4.1.10</version>
101+
</dependency>
97102
</dependencies>
98103

99104
<build>

0 commit comments

Comments
 (0)