Skip to content

Commit

Permalink
fix Oracle 9i POM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 13, 2024
1 parent f78a101 commit 500d697
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api-rest/pom-oracle9i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.9tiger</groupId>
<artifactId>mssql-dialect</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.9tiger</groupId>
<artifactId>oracle9i-dialect</artifactId>
Expand Down

0 comments on commit 500d697

Please sign in to comment.