Skip to content

Commit

Permalink
Merge pull request #798 from thadguidry/fix-publish-poms
Browse files Browse the repository at this point in the history
fix Oracle 9i POM dependencies
  • Loading branch information
thadguidry authored Nov 13, 2024
2 parents 798ee64 + 500d697 commit feaf6bc
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 feaf6bc

Please sign in to comment.