Skip to content

Commit

Permalink
Added microsoft sql server database support
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Feb 28, 2024
1 parent ab7ea6c commit 679baca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions java/registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,22 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.6.1.jre8</version>
</dependency>
<dependency>
<groupId>org.umlg</groupId>
<artifactId>sqlg-mssqlserver</artifactId>
<version>2.0.2</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.steelbridgelabs.oss</groupId>
<artifactId>neo4j-gremlin-bolt</artifactId>
Expand Down

0 comments on commit 679baca

Please sign in to comment.